• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

aiidateam / aiida_core / 6343
73%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 15 Jun 2019 10:17PM UTC
Jobs 4
Files 387
Run time 4min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
6343

Pull #2991

travis-ci

web-flow
Correct decorator implementation using the `wrapt` library

The naive implementation of a decorator will break some of the
functionality of the functions they wrap. For example, the original
docstring will be lost. The module `functools` provides the `wraps`
decorator to fix this problem, but this is not the only issue. In
addition to the docstring, other properties, such as the function
signature are also lost. This means that using the `inspect` module on
decorated functions is hopelessly broken. The `wrapt` library provides
the `decorator` decorator that simplifies writing decorators, while
ensuring that all the important properties of wrapped function are
maintained.
Pull Request #2991: Correct decorator implementation using the `wrapt` library

52 of 52 new or added lines in 3 files covered. (100.0%)

23898 of 32640 relevant lines covered (73.22%)

2.69 hits per line

Jobs
ID Job ID Ran Files Coverage
5 6343.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 15 Jun 2019 10:18PM UTC 0
67.05
Travis Job 6343.5
6 6343.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 15 Jun 2019 10:18PM UTC 0
67.03
Travis Job 6343.6
7 6343.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 15 Jun 2019 10:18PM UTC 0
67.7
Travis Job 6343.7
8 6343.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 15 Jun 2019 10:22PM UTC 0
67.66
Travis Job 6343.8
Source Files on build 6343
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6343
  • Pull Request #2991
  • PR Base - develop (#6341)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc