Commit Graph

15 Commits

Author SHA1 Message Date
Prodesire 7c580dc7ee fix cmd test 2018-02-14 20:50:55 +08:00
Prodesire 0d251d6036 remove unnecessary lines 2017-12-24 23:35:12 +08:00
Prodesire bceb5eb6e2 add cmd.terminate; improve cmd doc 2017-12-24 08:21:09 +08:00
Prodesire a7f7134845 mv cmd.chcp to system.chcp 2017-12-23 14:22:54 +08:00
Prodesire 6056896482 improve test_run_with_en_env 2017-12-23 11:44:46 +08:00
Prodesire 4a3714338d run will use timeout feature on Python 3. 2017-12-23 11:05:22 +08:00
Prodesire 925e93aecb add doc for cmd.run; run and run_with_en_env's parameter `shell` default to be False. 2017-12-23 10:27:08 +08:00
Prodesire 11e34cc573 add cmd.run_with_en_env 2017-12-23 10:10:13 +08:00
Prodesire 22703bbebf add repr to cmd.chcp 2017-12-22 19:05:11 +08:00
Prodesire 0b0a0ba2f7 add cmd.chcp for Windows 2017-12-22 18:54:30 +08:00
Prodesire fd9b5d7da5 rename test_execute to test_run 2017-12-21 20:33:07 +08:00
Prodesire c0e274b811 rename "execute" to "run" of cmd; add "timeout" param to "run" 2017-11-27 00:37:00 +08:00
Prodesire f5c31fdabd add execute and its testcase to cmd 2017-11-07 08:29:17 +08:00
Prodesire 10f98068e1 rename sys_argv to cmdline_argv 2017-11-07 08:15:05 +08:00
Prodesire bfd4130f1f add cmd which supply 'sys_argv' method to gain command line from console and its testcase 2017-11-06 23:41:51 +08:00