moto/tests/test_resourcegroupstaggingapi
Brian Pandola c1b2c78db2
Fix TagFilter implementation in tag:GetResources (#3366)
The `tag_filter` method has been re-arranged to mimic the actual AWS behavior:
Return `True` if *any* tag matches a filter and *all* filters are matched.

Python's closures are late-binding, so we have to modify the lambdas accordingly!

Closes #2814
2020-10-09 13:55:48 +01:00
..
__init__.py [WIP] Resource tagging (#1332) 2017-11-15 00:03:00 +00:00
test_resourcegroupstaggingapi.py Fix TagFilter implementation in tag:GetResources (#3366) 2020-10-09 13:55:48 +01:00
test_server.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00