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

boto / boto3 / 43
97%
develop: 91%

Build:
Build:
LAST BUILD BRANCH: 1.1.4
DEFAULT BRANCH: develop
Ran 23 Oct 2014 08:12PM UTC
Jobs 5
Files 12
Run time 8min
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
43

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.

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

509 of 524 relevant lines covered (97.14%)

4.83 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
boto3/resources/factory.py
Jobs
ID Job ID Ran Files Coverage
1 43.1 23 Oct 2014 08:13PM UTC 0
96.95
Travis Job 43.1
2 43.2 23 Oct 2014 08:13PM UTC 0
96.56
Travis Job 43.2
3 43.3 23 Oct 2014 08:12PM UTC 0
96.56
Travis Job 43.3
4 43.4 23 Oct 2014 08:14PM UTC 0
96.56
Travis Job 43.4
5 43.5 23 Oct 2014 08:20PM UTC 0
96.56
Travis Job 43.5
Source Files on build 43
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #43
  • 7137792a on github
  • Prev Build on references (#42)
  • Next Build on references (#46)
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