mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 04:24:00 -07:00
[cloud][tests] fixtures for placebo to test AWS modules using boto3 (#21253)
* [cloud][tests] Create fixtures for using placebo to test boto3-using modules * Use pytest's importorskip instead of manually skipping on missing deps * Fix imports in cloudformation module * Delete unused code * Add maybe_sleep fixtures to speed up recorded test runs * Build basic placebo-CFN tests * Commit placebo recordings of basic stack operations * Add placebo to test-requires * Allow unit tests to run regardless of environment by setting a default region * Use explicit relative import for Python 3 compat * Use __name__ attribute that works on Python 2 and 3
This commit is contained in:
parent
5591d639f5
commit
2196fa0e95
36 changed files with 1724 additions and 15 deletions
|
@ -1,5 +1,6 @@
|
|||
boto
|
||||
boto3
|
||||
placebo
|
||||
jinja2
|
||||
mock
|
||||
nose
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue