moto/tests/test_rds
Brian Pandola 93638de380
Add filtering support for RDS::DBCluster (#6144)
* Add filtering support for RDS::DBCluster

* Add support for filtering by `db-cluster-id`.
* Add support for filtering by `engine`.

Obviates the need for the recent change (#6114) because the filter definition maps
`db_cluster_id` to either `db_cluster_identifier` or `db_cluster_arn`.

* No longer required due to filter configuration.

* Account for Neptune weirdness...
2023-03-28 08:54:41 +01:00
..
__init__.py Port test suite from nose to pytest. 2020-11-10 08:23:44 +01:00
test_filters.py Techdebt: Replace string-format with f-strings (for tests dirs) (#5678) 2022-11-17 21:41:08 -01:00
test_rds_cloudformation.py RDS - improve tagging support (#4994) 2022-03-31 13:12:49 +00:00
test_rds_clusters.py Add filtering support for RDS::DBCluster (#6144) 2023-03-28 08:54:41 +01:00
test_rds_event_subscriptions.py MultiAccount support (#5192) 2022-08-13 09:49:43 +00:00
test_rds_export_tasks.py MultiAccount support (#5192) 2022-08-13 09:49:43 +00:00
test_rds.py RDS: added TagList to DatabaseSnapshot Model (#6083) 2023-03-20 15:58:24 -01:00
test_server.py Fix: RDS server test should use Query protocol (#5679) 2022-11-16 18:58:24 -08:00
test_utils.py Service: Neptune (#5983) 2023-02-26 15:27:08 -01:00