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

aiidateam / aiida_core / 6327
73%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 14 Jun 2019 01:52PM UTC
Jobs 4
Files 387
Run time 10min
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
6327

Pull #3005

travis-ci

web-flow
Make construction of `AttributeDict` recursive

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.
Pull Request #3005: Make construction of `AttributeDict` recursive

11 of 11 new or added lines in 2 files covered. (100.0%)

23822 of 32652 relevant lines covered (72.96%)

2.69 hits per line

Jobs
ID Job ID Ran Files Coverage
5 6327.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 14 Jun 2019 01:52PM UTC 0
66.83
Travis Job 6327.5
6 6327.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 14 Jun 2019 01:59PM UTC 0
66.77
Travis Job 6327.6
7 6327.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 14 Jun 2019 01:59PM UTC 0
67.47
Travis Job 6327.7
8 6327.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 14 Jun 2019 02:02PM UTC 0
67.42
Travis Job 6327.8
Source Files on build 6327
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6327
  • Pull Request #3005
  • PR Base - develop (#6320)
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