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

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

Build:
Build:
LAST BUILD BRANCH: 1.1.4
DEFAULT BRANCH: develop
Ran 06 Oct 2014 03:16PM UTC
Files 10
Run time 5s
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

06 Oct 2014 03:07PM UTC coverage: 93.688%. First build
9.2

push

travis-ci

danielgtaylor
Operate on unique data for each instance

This fixes the following bug:

    >>> s3 = boto3.resource('s3')
    >>> obj1 = s3.Object('my-bucket', 'my-key')
    >>> obj2 = s3.Object('my-bucket', 'my-key')
    >>> obj1.load()
    >>> print(obj2.meta['data'])
    { ... }

The data from `obj1` was shared with `obj2` which prevented making
multiple unique instances of resources. This fixes the issue by
making each resource operate on a copy of the data, created at
instantiation time. Adds a test to ensure this works as expected.

282 of 301 relevant lines covered (93.69%)

0.94 hits per line

Source Files on job 9.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 9
  • Travis Job 9.2
  • 060654c3 on github
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