summaryrefslogtreecommitdiff
path: root/tests/interact.py
Commit message (Collapse)AuthorAgeFilesLines
* interact tests: prefer getch over echo_w_promptJeff Quast2015-09-201-3/+12
| | | | | this ensures more reliable clean exit, as is necessary in negative test for interact(escape_character=None)
* Allow {p}.interact(escape_character=None)Jeff Quast2015-09-181-1/+4
| | | | | | | | | | | For those who wish to disable the ability to escape using escape_character until normal process termination, they may now set the value of escape_character to None. Some of the related docstring on escape_character was made more brief and clear about its related value behavior. This closes #131 #132 #167
* Improve EOF through test -> interact -> echo_promptjquast2014-06-151-1/+3
|
* Test escaping interact modeThomas Kluyver2014-06-041-0/+1
|
* Use no_coverage_env() in some more testsThomas Kluyver2014-06-011-1/+2
|
* Measure code coverage in interact testsThomas Kluyver2013-10-201-0/+7
|
* Make tests for interact more robust on slow machinesThomas Kluyver2013-09-261-1/+2
|
* avoid executing code in main module spacejquast2013-09-221-2/+7
|
* Moved everything up one directory level.Noah Spurrier2012-10-261-0/+23