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
Patrick Kingston a032f96222
Expand expect module test suite (#85422)
* Test expect module for missing pexpect

* Test expect module for incorrect timeout type

* Test expect module for out of date pexpect failures

* Test pexpect.ExceptionPexpect

Also fixed task naming to be inline with the rest of the file.

* Change pexpect management to venv

* Normalize b_out to b'' when falsy for consistent handling

* Move test venv from /tmp/ to output_dir

* Update tests according to corrections

* Remove break_system_packages when installing pexpect 3.3

* Remove unnecessary if statement

pexpect.run(...) shouldn't ever return None, so it's safe
to remove the check entirely. Maintains 100% coverage
7 months ago
..
integration Expand expect module test suite (#85422) 7 months ago
lib/ansible_test ansible-test - Upgrade coverage to 7.9.1 (#85411) 7 months ago
sanity Bump devel version to 2.20.0.dev0 (#85409) 7 months ago
support async handling changed to use 'true' booleans(#85074) 8 months ago
units Ensure config env/ini values are tagged (#85404) 7 months ago