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

boto / boto3 / 258 / 4
99%
develop: 91%

Build:
Build:
LAST BUILD BRANCH: 1.1.4
DEFAULT BRANCH: develop
Ran 20 Mar 2015 08:41PM UTC
Files 11
Run time 23s
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

20 Mar 2015 08:33PM UTC coverage: 98.706%. First build
258.4

push

travis-ci

danielgtaylor
Load reference data if a resource path is defined

This change allows references with a JMESPath query set on the reference
resource path attribute to be loaded with data at instantiation time if
that data is present in the parent (via `meta.data`). If the data has
not yet been loaded and the parent is loadable, then a `load` operation
is incurred.

Before:
```python
>>> ni = ec2.NetworkInterface('abc123')
>>> ni.association.public_ip
ResourceLoadException: ec2.NetworkInterfaceAssociation has no load method
```

After:
```python
>>> ni = ec2.NetworkInterface('abc123')
>>> ni.association.public_ip
'127.0.0.1'
```

Added a test to ensure this works as expected.

763 of 773 relevant lines covered (98.71%)

0.99 hits per line

Source Files on job 258.4
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 258
  • Travis Job 258.4
  • 23919cb1 on github
  • Next Job for on ref-load (#266.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