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
Matt Martz 98138584b7
Don't mutate os.environ in AnsibleModule.run_command, make a copy, and pass to Popen (#74791)
* Don't mutate os.environ in AnsibleModule.run_command, make a copy, and pass to Popen. Fixes #74783

* Simplify code a bit

* More simple

* Address some other potentially non threadsafe operations

* Add if around umask

* Address unit test assumptions

* Add clog frag

* yaml syntax issue
5 years ago
..
basic Don't mutate os.environ in AnsibleModule.run_command, make a copy, and pass to Popen (#74791) 5 years ago
common Remove deprecated `common.removed` module_util. 5 years ago
facts facts - set correct OS family for Rocky Linux (#74530) 5 years ago
json_utils Clean up unit test boilerplate. 6 years ago
parsing Clean up unit test boilerplate. 6 years ago
urls Make `test_prepare_multipart` succeed on non Debian distros 5 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
conftest.py Clean up unit test boilerplate. 6 years ago
test_api.py ansible-galaxy - increase page size and add retry decorator for throttling (#74240) 5 years ago
test_distro.py Clean up unit test boilerplate. 6 years ago