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

spulec / moto / 1805 / 3
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 12 Jan 2017 01:44AM UTC
Files 194
Run time 19s
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

12 Jan 2017 01:36AM UTC coverage: 92.025%. Remained the same
BOTO_VERSION=2.43.0

push

travis-ci

spulec
Fix the CloudFormation ValidationError message (#788)

It should be a string, not a tuple, and it has a different form.
I'm not sure if it used to be different, but in the most recent
boto3/botocore, the message is "Stack with id {id} does not exist"

```python
>>> cf = boto3.client('cloudformation', region_name='us-west-2')
>>> try:
...     cf.describe_stacks(StackName='adfgfhghg')
... except botocore.exceptions.ClientError as e:
...     print e.response['Error']['Message']
...
Stack with id adfgfhghg does not exist
```

I am on boto3 1.4.2 and botocore 1.4.82 as of this commit message.

14701 of 15975 relevant lines covered (92.03%)

0.92 hits per line

Source Files on job 1805.3 (BOTO_VERSION=2.43.0)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1805
  • Travis Job 1805.3
  • 231d3cad on github
  • Prev Job for BOTO_VERSION=2.43.0 on master (#1804.3)
  • Next Job for BOTO_VERSION=2.43.0 on master (#1806.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