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

spulec / moto / 1805
95%

Build:
DEFAULT BRANCH: master
Ran 12 Jan 2017 01:41AM UTC
Jobs 2
Files 196
Run time 4min
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
1805

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.

15206 of 16186 relevant lines covered (93.95%)

1.85 hits per line

Jobs
ID Job ID Ran Files Coverage
2 1805.2 (BOTO_VERSION=2.43.0) 12 Jan 2017 01:41AM UTC 0
93.87
Travis Job 1805.2
3 1805.3 (BOTO_VERSION=2.43.0) 12 Jan 2017 01:44AM UTC 0
92.03
Travis Job 1805.3
Source Files on build 1805
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1805
  • 231d3cad on github
  • Prev Build on master (#1804)
  • Next Build on master (#1806)
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