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

aiidateam / aiida_core / 6328
74%

Build:
DEFAULT BRANCH: develop
Ran 14 Jun 2019 02:20PM UTC
Jobs 3
Files 387
Run time 8min
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
6328

push

travis-ci

web-flow
Make construction of `AttributeDict` recursive (#3005)

This means that dictionaries nested in the dictionaries will also
recursively be turned into `AttributeDicts`. This has the benefit that
when constructing a nested dictionary like:

    dictionary = AttributeDict({'sub': {'name': 1}})

the nested keys can all be accessed as attributes, i.e.:

    dictionary.sub.name

whereas before one had to do:

    dictionary.sub['name']

which is not very intuitive.

21845 of 32652 relevant lines covered (66.9%)

2.01 hits per line

Jobs
ID Job ID Ran Files Coverage
5 6328.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 14 Jun 2019 02:20PM UTC 0
66.83
Travis Job 6328.5
6 6328.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 14 Jun 2019 02:27PM UTC 0
66.76
Travis Job 6328.6
7 6328.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 14 Jun 2019 02:28PM UTC 0
67.48
Travis Job 6328.7
Source Files on build 6328
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6328
  • 607f973b on github
  • Prev Build on develop (#6320)
  • Next Build on develop (#6330)
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

© 2025 Coveralls, Inc