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

aiidateam / aiida_core / 6328 / 7
74%
develop: 74%

Build:
DEFAULT BRANCH: develop
Ran 14 Jun 2019 02:28PM UTC
Files 387
Run time 22s
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

14 Jun 2019 02:07PM UTC coverage: 67.48% (+0.009%) from 67.471%
TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests"

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.

22035 of 32654 relevant lines covered (67.48%)

0.67 hits per line

Source Files on job 6328.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests")
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1972
  • Travis Job 6328.7
  • 607f973b on github
  • Prev Job for TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests" on develop (#6320.7)
  • Next Job for TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests" on develop (#6330.7)
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