moto/tests/test_ssm
Brian Pandola cd25ab7a16
Fix: broken build with release of botocore 1.19.62 (#3628)
The latest release of `botocore` (1.19.62) makes changes to the parameter
validation code, which for some reason was also covered by a couple of
`moto` tests.

These tests, when run, do not execute any `moto` code.  They fail the
parameter validation check in `botocore`, which raises an exception
before ever sending a request.  These tests do not cover or verify
any `moto` behavior and have been removed.

Ref: ff8ae76ecc

Closes #3627
2021-01-29 09:06:25 +00:00
..
test_templates most of testing is done 2020-06-29 18:20:57 -04:00
__init__.py Port test suite from nose to pytest. 2020-11-10 08:23:44 +01:00
test_ssm_boto3.py Fix: broken build with release of botocore 1.19.62 (#3628) 2021-01-29 09:06:25 +00:00
test_ssm_cloudformation.py List dependencies for services - add integration test to verify 2020-09-13 16:08:23 +01:00
test_ssm_docs.py removed done comments 2020-07-03 13:25:03 -04:00