ansible/test/units/plugins
Rick Elrod 7f62a9d7b5
Make cache adjudicator's flush call plugin flush (#70987)
Change:
- Previously CachePluginAdjudicator#flush only removed entries from the
  cache backend that it knew about by using them earlier. Now it calls
  the underlying plugin's flush() method.

Test Plan:
- New unit tests

Tickets:
- Fixes #68770

Signed-off-by: Rick Elrod <rick@elrod.me>
2020-08-03 17:16:15 -05:00
..
action fix internal cases of actions calling unqualified module names (#70818) 2020-07-23 09:02:57 -07:00
become Migrated to community.general 2020-03-23 11:14:21 -05:00
cache Make cache adjudicator's flush call plugin flush (#70987) 2020-08-03 17:16:15 -05:00
callback Nuke _get_item() from callback, deprecated 2.11 (#70233) 2020-06-23 12:03:27 -04:00
connection winrm - Added kinit_args to control the args for kinit calls (#70624) 2020-07-14 12:05:11 -04:00
filter Make filter type errors 'loop friendly' (#70417) 2020-07-10 18:49:57 -04:00
inventory Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
loader_fixtures Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
lookup Migrated to ansible.amazon 2020-03-23 11:14:21 -05:00
shell Clean up unit test boilerplate. 2020-06-22 14:20:33 -07:00
strategy Clean up unit tests to assist with migration. (#67875) 2020-02-28 20:29:41 -08:00
__init__.py
test_plugins.py plugin loader: return collection name; ansible-doc: handle ansible.builtin correctly (#70026) 2020-07-11 00:24:08 +02:00