ansible/test/integration/targets/expect
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
2025-07-03 12:59:51 -07:00
..
files Templating overhaul, implement Data Tagging (#84621) 2025-04-14 08:54:36 -07:00
meta group2 - switch to setup_remote_tmp_dir instead of using output_dir (#76853) 2022-01-26 08:31:19 -06:00
tasks Expand expect module test suite (#85422) 2025-07-03 12:59:51 -07:00
aliases Integration test cleanup (#84763) 2025-03-01 03:11:46 +00:00