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
Alexander Stock 238cccf166 Fix "Text file busy" exception in atomic_move (#9526) (#17204)
tempfile.NamedTemporaryFile keeps a file handle causing os.rename() to fail with windows based vboxfs: [Errno 26] Text file busy.
Changed NamedTemporaryFile to mkstemp() and added a finally block to unlink the temp file in each and every case.
8 years ago
..
cli Enable most unittests on python3 (just some vault unittests and a logging one left) (#17240) 8 years ago
contrib Add a new vmware inventory script backed by pyvmomi (#15967) 9 years ago
errors Relocate use of ERROR to display class, to avoid doubling up 9 years ago
executor Cache tasks by uuid in PlayIterator for O(1) lookups 8 years ago
inventory Changing up how host (in)equality is checked 9 years ago
inventory_test_data/group_vars Merge branch 'v2_final' into devel_switch_v2 10 years ago
mock Enable most unittests on python3 (just some vault unittests and a logging one left) (#17240) 8 years ago
module_utils Fix "Text file busy" exception in atomic_move (#9526) (#17204) 8 years ago
modules Enable some basic.py tests on python3 (#17167) 8 years ago
parsing Enable most unittests on python3 (just some vault unittests and a logging one left) (#17240) 8 years ago
playbook Fix mock loader for osx /etc symlinks (#16074) 9 years ago
plugins Get the ssh plugin working with python3 (#17234) 8 years ago
template Cleaning up FIXMEs 9 years ago
utils FEATURE: adding variable serial batches 8 years ago
vars Adding unit tests for role variable precedence 8 years ago
__init__.py Making the switch to v2 10 years ago