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

boto / boto3 / 7
95%
develop: 91%

Build:
Build:
LAST BUILD BRANCH: 1.1.4
DEFAULT BRANCH: develop
Ran 04 Oct 2014 12:12AM UTC
Jobs 5
Files 10
Run time 37s
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
7

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.

34 of 34 new or added lines in 1 file covered. (100.0%)

313 of 329 relevant lines covered (95.14%)

4.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7.1 04 Oct 2014 12:13AM UTC 0
94.83
Travis Job 7.1
2 7.2 04 Oct 2014 12:12AM UTC 0
94.22
Travis Job 7.2
3 7.3 04 Oct 2014 12:12AM UTC 0
94.22
Travis Job 7.3
4 7.4 04 Oct 2014 12:13AM UTC 0
94.22
Travis Job 7.4
5 7.5 04 Oct 2014 12:13AM UTC 0
94.22
Travis Job 7.5
Source Files on build 7
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #7
  • be479a12 on github
  • Next Build on load-fix (#13)
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