You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/plugins
Chris Meyers 66a8f7e873 better api and tests added
* _copy_results = deepcopy for better performance
* _copy_results_exclude to deepcopy but exclude certain fields. Pop
fields that do not need to be deep copied. Re-assign popped fields
after deep copy so we don't modify the original, to be copied, object.
* _copy_results_exclude unit tests
10 years ago
..
action Fix make tests-py3 on devel. Fix for https://github.com/ansible/ansible/issues/13638. 10 years ago
cache Fixed import typo for memcache module in tests. 10 years ago
callback better api and tests added 10 years ago
connections corrected all missing paths changes 10 years ago
filter Reorganizing plugin unit tests and adding start of strategy tests (v2) 11 years ago
inventory Reorganizing plugin unit tests and adding start of strategy tests (v2) 11 years ago
lookup Fix problem with "=" in the initial file path. 10 years ago
shell Reorganizing plugin unit tests and adding start of strategy tests (v2) 11 years ago
strategies Add has_hostkey to mock objects to fix broken unit tests 10 years ago
vars Reorganizing plugin unit tests and adding start of strategy tests (v2) 11 years ago
__init__.py Making the switch to v2 11 years ago
test_plugins.py Fix unit test for plugins after basedir/push_basedir removal 10 years ago