Merge pull request #1442 from JackDanger/jack/importing-sure-in-tests-that-require-it

importing sure in tests that require it
This commit is contained in:
Steve Pulec 2018-03-06 22:38:10 -05:00 committed by GitHub
commit 1dd21d6cd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 13 additions and 0 deletions

View file

@ -5,6 +5,7 @@ from collections import OrderedDict
import boto3
from botocore.exceptions import ClientError
import sure # noqa
# Ensure 'assert_raises' context manager support for Python 2.6
from nose.tools import assert_raises