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

aiidateam / aiida_core / 5628 / 6
74%
develop: 74%

Build:
DEFAULT BRANCH: develop
Ran 29 Mar 2019 10:46PM UTC
Files 393
Run time 21s
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

29 Mar 2019 10:20PM UTC coverage: 64.273% (-0.05%) from 64.319%
TEST_AIIDA_BACKEND=django TEST_TYPE="tests"

push

travis-ci

web-flow
Fix bug in `Parser.get_outputs_for_parsing` (#2668)

The method creates the mapping of outputs that will be passed to the
parse method by looping over the ports in the outputs namespace and
checking if their property `pass_to_parser` is set. Except, this
property is only defined for `CalcJobOutputPorts` but the namespace can
also contain normal `PortNamespaces` which would cause an exception.
An explicit check is added to prevent this from happening.

Additionally, the `process_class` property was essentially redefining
the `load_process_class` of its base `Process` class, but did not allow
a fallback loading mechanism for process types that were not based on an
entry point string. The `CalcJob.process_class` has been removed and the
`Process.load_process_class` method has been turned into a property and
renamed to `process_class`. From the point of view of the `CalcJob`
nothing changes, except that now it *is* possible to load the process
class if it is a local module path and not an entry point string.

21545 of 33521 relevant lines covered (64.27%)

0.64 hits per line

Source Files on job 5628.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests")
  • Tree
  • List 0
  • Changed 34
  • Source Changed 15
  • Coverage Changed 22
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1381
  • Travis Job 5628.6
  • a51b96a1 on github
  • Prev Job for TEST_AIIDA_BACKEND=django TEST_TYPE="tests" on develop (#5625.5)
  • Next Job for TEST_AIIDA_BACKEND=django TEST_TYPE="tests" on develop (#5630.6)
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