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

boto / boto3 / 7 / 5
95%
develop: 91%

Build:
Build:
LAST BUILD BRANCH: 1.1.4
DEFAULT BRANCH: develop
Ran 04 Oct 2014 12:13AM 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

04 Oct 2014 12:03AM UTC coverage: 94.225%. First build
7.5

push

travis-ci

danielgtaylor
Fix resource loading and return default values

This change fixes the resource data loading logic to use the identifiers
for determining plurality, and implements a function to build empty
responses given a service model and search path. The following now
work correctly:

    >>> sqs = boto3.resource('sqs')
    >>> queue = sqs.get_queue_by_name(QueueName='test')
    >>> print(queue.url)
    'http://...'
    >>> print(queue.attributes)
    {...}

Assuming you have zero messages in the queue, this now works as well:

    >>> messages = queue.receive_messages()
    >>> print(isinstanc(messages, list))
    True

This means that code using the SDK can assume that `receive_messages`
will **always** return a list. Empty response handling tests have
moved into their own class; all other related tests have been updated.

310 of 329 relevant lines covered (94.22%)

0.94 hits per line

Source Files on job 7.5
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 7
  • Travis Job 7.5
  • be479a12 on github
  • Next Job for on load-fix (#13.5)
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