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/module_utils
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.
9 years ago
..
basic Enable most unittests on python3 (just some vault unittests and a logging one left) (#17240) 9 years ago
__init__.py Adding module_utils tests from v1 to v2 11 years ago
test_basic.py Fix "Text file busy" exception in atomic_move (#9526) (#17204) 9 years ago
test_database.py Migrate basestring to a python3 compatible type (#17199) 9 years ago
test_distribution_version.py Enable most unittests on python3 (just some vault unittests and a logging one left) (#17240) 9 years ago
test_facts.py Fix facts.py for python3 (#17131) 9 years ago