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
Rick Elrod ed37efb217
"Fix" test_get_bin_path by changing mock order (#67730)
pytest-mock 2.0.0, when run locally, gets grumpy when os.path.exists is
messed with and then another method is patched afterwards. Likely
something in the pytest-mock chain uses os.path.exists internally, and
since pytest-mock prohibits context-specific patching, there's not a
good solution. For now, just patch os.path.exists last.

Signed-off-by: Rick Elrod <rick@elrod.me>
5 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 5 years ago
integration Resource module for IOS static routes (#64632) 5 years ago
lib/ansible_test mongodb_user: fix doc formatting (#67763) 5 years ago
sanity mongodb_user: fix doc formatting (#67763) 5 years ago
support Third batch of incidental integration tests. (#67830) 5 years ago
units "Fix" test_get_bin_path by changing mock order (#67730) 5 years ago
utils/shippable Third batch of incidental integration tests. (#67830) 5 years ago