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

boto / boto3 / 20 / 2
95%
develop: 91%

Build:
Build:
LAST BUILD BRANCH: 1.1.4
DEFAULT BRANCH: develop
Ran 13 Oct 2014 11:29PM UTC
Files 10
Run time 6s
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

13 Oct 2014 11:27PM UTC coverage: 94.595%. First build
20.2

push

travis-ci

danielgtaylor
Update resource string representations

This makes printing resources much more useful by including the class
name, any resources identifiers, and the region:

    >>> import boto3
    >>> s3 = boto3.resource('s3')

    # Before
    >>> s3.Bucket('boto3', 'sun.jpg')
    <boto3.resources.factory.s3.Object at 0x1098bf080>

    # After
    >>> s3.Bucket('boto3', 'sun.jpg')
    s3.Object(bucket_name='boto3', key='sun.jpg') in us-east-1

This gets even more interesting when mixed with collections,
e.g. `list(s3.buckets.all())` is now actually useful since you
can easily see the bucket names.

315 of 333 relevant lines covered (94.59%)

0.95 hits per line

Source Files on job 20.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 20
  • Travis Job 20.2
  • c9c8744f on github
  • Next Job for on repr (#27.2)
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