Commit Graph

34 Commits

Author SHA1 Message Date
Benedek Racz
b9e1a06296 [FIX][TST] some test was skipped accidentally; [CLN] add no cover for unwanted exceptions. 2020-03-30 15:09:39 +02:00
Benedek Racz
aabf824c5c [FIX] legacy has problems with refreshing long consoles 2020-03-30 14:36:09 +02:00
Benedek Racz
524cf0e7c3 [FIX] Infinite length console: #35 2020-03-30 13:20:01 +02:00
Benedek Racz
fff4281702 [CLN] remove License from the beginning of each file MIT license requires only the LICENSE file: https://choosealicense.com/licenses/mit/ 2020-03-12 11:51:26 +01:00
Benedek Racz
c5ded637ce [ADD] console reader coverage 2020-02-28 17:34:42 +01:00
Benedek Racz
f16204f6fd [FIX] add workaround for #29, the disabled local_echo is not stable. 2020-02-23 11:31:14 +01:00
Benedek Racz
22b2e2ea92 [ADD] pyinstaller testcase 2020-02-22 23:55:25 +01:00
Benedek Racz
2c95c2fbfc [CLN] remove relative import from tests 2020-02-22 23:03:28 +01:00
Benedek Racz
69f40723d2 [FIX] exit status now returned from child in new-structure wexpect 2020-01-31 15:49:48 +01:00
Benedek Racz
8a84d0bb79 [FIX] all cleaned test merged 2020-01-25 23:52:08 +01:00
Benedek Racz
3d65f30b16 [FIX] isalive now uses flag_eof, and return false, if the eof has been catched 2020-01-25 23:27:45 +01:00
Benedek Racz
a9471a94e6 [CLN] tests initial merge 2020-01-25 16:59:19 +01:00
Benedek Racz
39cee49272 [ADD] echo argument to spawn(); #17 and #18 solved with setecho workaround. 2020-01-09 15:02:16 +01:00
Benedek Racz
54515dffb4 [FIX] Add workaround for setecho/getecho 2020-01-09 11:10:43 +01:00
Benedek Racz
f2822c0d42 [CLN] try - finally blocks 2019-12-06 20:43:28 +01:00
Benedek Racz
44921d18de [ADD][TST] test join args 2019-12-06 11:37:42 +01:00
Benedek Racz
f3332108a6 [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
Benedek Racz
93c130341f [ADD][TST] console reader test, [REF] clean interact methods 2019-12-05 21:52:01 +01:00
Benedek Racz
9e26c67324 [ADD][TST] interact dead; [FIX] add workaround of unreachable codecov 2019-12-05 17:27:02 +01:00
Benedek Racz
2e6ac6bc1f [ADD] __enter__ and __exit__ methods; [FIX] iteration; [ADD][TST] test_misc 2019-12-05 16:42:49 +01:00
Benedek Racz
888209d2ad [FIX] timeout None for blocking applications; [ADD] argument type assertion in expect_exact 2019-11-30 17:46:17 +01:00
Benedek Racz
e04ee4f175 [ADD] stop_interact test; [ADD] failure warnings around setecho 2019-11-29 10:17:51 +01:00
Benedek Racz
9e5ea85d7d [ADD] deprecation warning to exception get_trace; add run testcase 2019-11-24 20:05:46 +01:00
Benedek Racz
07eb34c8e2 [FIX][TST] descructor test python executable 2019-11-22 09:23:02 +01:00
Benedek Racz
73fa299475 [ADD] long read testcases against fixed #10 2019-11-14 18:22:16 +01:00
Benedek Racz
f9b6ee08a4 [ADD] no cover pragmas; faster descrutor test 2019-11-14 16:16:29 +01:00
Benedek Racz
2c978c6564 [ADD] more tests, and more deprecated warnings 2019-10-04 13:26:36 +02:00
Benedek Racz
a338f1fad7 [CLN] ADD more deprecation warning; [ADD] readline testcase 2019-10-04 11:18:52 +02:00
Benedek Racz
c47974e799 [CLN] Readme; [ADD] interact testcase, to improve coverage 2019-09-23 15:58:02 +02:00
Benedek Racz
89001c1c5f [FIX] fix issue #6. Debug print remained in the write process 2019-09-19 15:26:01 +02:00
Benedek Racz
adc181bff7 [REF] refactor init functions 2019-09-05 09:47:35 +02:00
Benedek Racz
d3caa273d6 [FIX] TEST of test_command_list_split, escape character change; [FIX] process killing. Based on issue: Pywin32-224 TerminateProcess Function Moved #5 2019-07-29 11:49:39 +02:00
Benedek Racz
a5815fa4a8 [FIX] command and args now can be given in one string 2019-05-05 15:49:28 +02:00
Benedek Racz
18a1bfd60f [ADD] first unittests copied from pexpect 2019-05-05 14:38:01 +02:00