summaryrefslogtreecommitdiff
path: root/test/units/module_utils/ec2/test_aws.py
Commit message (Expand)AuthorAgeFilesLines
* Migrated to ansible.amazonAnsible Core Team2020-03-231-101/+0
* CloudRetry/AWSRetry : Disable catching of NotFound exceptions (#67281)Mark Chappell2020-02-131-3/+3
* Sanity test fixups - AWS related tests (#64093)Mark Chappell2019-10-301-13/+4
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-1/+1
* Replace nose with pytestToshio Kuratomi2018-11-261-2/+2
* Move unit test compat code out of `lib/ansible/`. (#46996)Matt Clay2018-10-121-1/+1
* AWSRetry: allow retrying on additional ClientError exceptions (#28483)Sloane Hertel2017-08-221-0/+16
* test/: PEP8 compliancy (#24803)Dag Wieers2017-05-301-2/+2
* Remove shebangs from unit tests.Matt Clay2017-02-271-3/+0
* Skip test_aws.py if boto3/botocore are missing (#17814)Adrian Likins2016-10-131-3/+13
* CloudRetry/AWSRetry backoff decorator with unit tests (#17039)Allen Sanabria2016-09-131-0/+87