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>
2020-02-28 10:39:27 -05:00
..
ansible_test
integration Resource module for IOS static routes (#64632) 2020-02-28 18:29:17 +05:30
lib/ansible_test mongodb_user: fix doc formatting (#67763) 2020-02-28 09:04:27 +05:30
sanity mongodb_user: fix doc formatting (#67763) 2020-02-28 09:04:27 +05:30
support Third batch of incidental integration tests. (#67830) 2020-02-27 16:05:47 -08:00
units "Fix" test_get_bin_path by changing mock order (#67730) 2020-02-28 10:39:27 -05:00
utils/shippable Third batch of incidental integration tests. (#67830) 2020-02-27 16:05:47 -08:00