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

boto / boto3 / 41
97%
develop: 91%

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

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.

516 of 531 relevant lines covered (97.18%)

3.87 hits per line

Jobs
ID Job ID Ran Files Coverage
1 41.1 23 Oct 2014 08:04PM UTC 0
96.99
Travis Job 41.1
3 41.3 23 Oct 2014 08:04PM UTC 0
96.61
Travis Job 41.3
4 41.4 23 Oct 2014 08:04PM UTC 0
96.61
Travis Job 41.4
5 41.5 23 Oct 2014 08:05PM UTC 0
96.61
Travis Job 41.5
Source Files on build 41
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #41
  • 99dde78d on github
  • Next Build on references (#42)
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