moto/tests/test_rds2
Brian Pandola 8557fb8439
Add support for RDS resource filtering (#3669)
* Add support for RDS resource filtering

* Extensive testing was performed against real AWS endpoints in order to
  nail down the filter behavior under various scenarios, ensuring that
  `moto` returns the proper response or error.
* Full test coverage of all utility functions as well as several
  filter/parameter combinations.

* Split up filter tests, per PR feedback

* Remove unused import

* Fix pytest teardown failure on Python 2.7
2021-02-10 09:06:54 +00:00
..
__init__.py Port test suite from nose to pytest. 2020-11-10 08:23:44 +01:00
test_filters.py Add support for RDS resource filtering (#3669) 2021-02-10 09:06:54 +00:00
test_rds2.py Remove redundant test code (#3640) 2021-01-31 12:21:24 +00:00
test_server.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_utils.py Add support for RDS resource filtering (#3669) 2021-02-10 09:06:54 +00:00