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

boto / boto3 / 42
97%
develop: 91%

Build:
Build:
LAST BUILD BRANCH: 1.1.4
DEFAULT BRANCH: develop
Ran 23 Oct 2014 08:08PM UTC
Jobs 4
Files 12
Run time 24s
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
42

push

travis-ci

danielgtaylor
Add references to resources.

This change exposes `hasOne` and `hasSome` references on resources, such as
an EC2 `instance.subnet` or `instance.vpc`. Both the subnet and VPC are
resource instances that are created from data available on the instance. In
this case via the `subnet_id` and `vpc_id` data members. Allows code
like the following:

```python
import boto3

ec2 = boto3.resource('ec2')
for instance in ec2.instances.all():
    print(instance.vpc.tags)
```

Updates the resource data model, updates and adds tests.

509 of 524 relevant lines covered (97.14%)

3.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 42.1 23 Oct 2014 08:08PM UTC 0
96.95
Travis Job 42.1
2 42.2 23 Oct 2014 08:08PM UTC 0
96.56
Travis Job 42.2
4 42.4 23 Oct 2014 08:08PM UTC 0
96.56
Travis Job 42.4
5 42.5 23 Oct 2014 08:09PM UTC 0
96.56
Travis Job 42.5
Source Files on build 42
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #42
  • 05634477 on github
  • Prev Build on references (#41)
  • Next Build on references (#43)
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