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

aiidateam / aiida_core / 5712 / 5
74%
develop: 74%

Build:
DEFAULT BRANCH: develop
Ran 05 Apr 2019 03:44PM UTC
Files 392
Run time 20s
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

05 Apr 2019 03:25PM UTC coverage: 64.612% (-0.02%) from 64.635%
TEST_AIIDA_BACKEND=django TEST_TYPE="tests"

push

travis-ci

web-flow
Add validation of the link label in `Node.add_incoming` (#2713)

Because the link label is often used as a python identifier, for example
in the graph traversal tools, it is important that they are in fact
valid python identifiers. To guarantee this validation is added to the
`Node.add_incoming` method on the link label value. Valid link labels
adhere to the following restrictions:

 * Has to be a valid python identifier
 * Can only contain alphanumeric characters and underscores
 * Can not start or end with an underscore

Validation of port names will call the same validation function, since
the port name will become (part) of the eventual link name. An
additional constraint for port names is that they cannot contain more
than one consecutive underscores, since a double underscore is used to
indicate a nested namespacing.

21428 of 33164 relevant lines covered (64.61%)

0.65 hits per line

Source Files on job 5712.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests")
  • Tree
  • List 0
  • Changed 9
  • Source Changed 4
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1449
  • Travis Job 5712.5
  • f9b753ce on github
  • Prev Job for TEST_AIIDA_BACKEND=django TEST_TYPE="tests" on develop (#5705.5)
  • Next Job for TEST_AIIDA_BACKEND=django TEST_TYPE="tests" on develop (#5714.5)
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