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/utils
Matt Martz 5e369604e1
Forked display via queue (#77056)
* Forked Display via queue

* Docs and simple code cleanup

* Only proxy Display.display

* Remove unused import

* comment

* Update deadlock comment, remove py3 check

* Don't flush display, and don't lock from forks

* clog frag

* ci_complete ci_coverage

* Add units for queue proxying

* Cleanup flush

* ci_complete

* Only lock the write, switch to RLock

* Remove unused import
2 years ago
..
collection_loader Use unittest.mock instead of mock. (#77883) 2 years ago
display Use unittest.mock instead of mock. (#77883) 2 years ago
__init__.py
test_cleanup_tmp_file.py
test_context_objects.py
test_display.py Forked display via queue (#77056) 2 years ago
test_encrypt.py
test_helpers.py
test_isidentifier.py
test_plugin_docs.py
test_shlex.py
test_unsafe_proxy.py
test_vars.py Use unittest.mock instead of mock. (#77883) 2 years ago
test_version.py