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

aiidateam / aiida_core / 5712
74%

Build:
DEFAULT BRANCH: develop
Ran 05 Apr 2019 03:44PM UTC
Jobs 4
Files 392
Run time 6min
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
5712

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.

23377 of 33162 relevant lines covered (70.49%)

2.58 hits per line

Jobs
ID Job ID Ran Files Coverage
5 5712.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 05 Apr 2019 03:44PM UTC 0
64.61
Travis Job 5712.5
6 5712.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 05 Apr 2019 03:49PM UTC 0
64.52
Travis Job 5712.6
7 5712.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 05 Apr 2019 03:50PM UTC 0
64.27
Travis Job 5712.7
8 5712.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 05 Apr 2019 03:49PM UTC 0
64.19
Travis Job 5712.8
Source Files on build 5712
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5712
  • f9b753ce on github
  • Prev Build on develop (#5705)
  • Next Build on develop (#5714)
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