.. |
__init__.py
|
[ADD] first unittests copied from pexpect
|
2019-05-05 14:38:01 +02:00 |
echo_w_prompt.py
|
[ADD] __enter__ and __exit__ methods; [FIX] iteration; [ADD][TST] test_misc
|
2019-12-05 16:42:49 +01:00 |
exit1.py
|
[ADD] deprecation warning to exception get_trace; add run testcase
|
2019-11-24 20:05:46 +01:00 |
foo.py
|
[FIX] fix issue #6. Debug print remained in the write process
|
2019-09-19 15:26:01 +02:00 |
lines_printer.py
|
[CLN] ADD more deprecation warning; [ADD] readline testcase
|
2019-10-04 11:18:52 +02:00 |
list100.py
|
[FIX] timeout None for blocking applications; [ADD] argument type assertion in expect_exact
|
2019-11-30 17:46:17 +01:00 |
long_printer.py
|
[ADD] long read testcases against fixed #10
|
2019-11-14 18:22:16 +01:00 |
needs_kill.py
|
[FIX]wait simply returns the previously determined exit status, in case of a non alive child; [ADD][TST] add isalive tests
|
2019-12-06 11:05:55 +01:00 |
PexpectTestCase.py
|
[ADD] first unittests copied from pexpect
|
2019-05-05 14:38:01 +02:00 |
test_command_list_split.py
|
[ADD] SpawnPipe, and SpawnSocket classes
|
2020-01-21 09:36:46 +01:00 |
test_console_reader.py
|
[ADD][TST] console reader test, [REF] clean interact methods
|
2019-12-05 21:52:01 +01:00 |
test_constructor.py
|
[CLN] clean process die
|
2020-01-23 13:31:18 +01:00 |
test_delay.py
|
[ADD] first unittests copied from pexpect
|
2019-05-05 14:38:01 +02:00 |
test_destructor.py
|
[FIX] align sleep times, now all commands arrives after the before one has been processed.[TST][FIX] destructor and constructor testcases
|
2020-01-22 13:33:09 +01:00 |
test_echo.py
|
[FIX] fix issue #6. Debug print remained in the write process
|
2019-09-19 15:26:01 +02:00 |
test_expect.py
|
[FIX] add psutil to requirements; [FIX] test_buffer_interface: the assertion should have been delayed
|
2020-01-22 12:23:01 +01:00 |
test_interact.py
|
[ADD] WEXPECT_SPAWN_CLASS environment variable set the working spawn class, the default is SpawnSocket if env var not set;[FIX][TST] interact testcases skipped
|
2020-01-24 10:11:14 +01:00 |
test_isalive.py
|
[FIX] process termination and exitstatus
|
2020-01-24 10:35:23 +01:00 |
test_long.py
|
[ADD] long read testcases against fixed #10
|
2019-11-14 18:22:16 +01:00 |
test_misc.py
|
[ADD] echo argument to spawn(); #17 and #18 solved with setecho workaround.
|
2020-01-09 15:02:16 +01:00 |
test_readline.py
|
[CLN] ADD more deprecation warning; [ADD] readline testcase
|
2019-10-04 11:18:52 +02:00 |
test_run.py
|
[ADD] deprecation warning to exception get_trace; add run testcase
|
2019-11-24 20:05:46 +01:00 |
utils.py
|
[FIX] timeout None for blocking applications; [ADD] argument type assertion in expect_exact
|
2019-11-30 17:46:17 +01:00 |