summaryrefslogtreecommitdiff
path: root/tests/test_replwrap.py
Commit message (Expand)AuthorAgeFilesLines
* comment about the need of '\\' to trigger testcasereplwrap-continuation-timeout-resultsJeff Quast2015-10-041-0/+6
* Don't use deprecated spawnu in replwrap testsThomas Kluyver2015-10-041-2/+2
* Use u-prefix strings in tests tooThomas Kluyver2015-10-041-2/+2
* This resolves two issues with replwrap,jquast2015-10-041-4/+19
* Increase timeout of replwrap test from 2=>5Jeff Quast2014-11-231-1/+1
* Allow replwrap to reset pager so bash doesn't get stuck displaying thingsThomas Kluyver2014-06-261-0/+4
* Solaris support, tested on SmartOS from cron(1).Jeff Quast2014-06-151-2/+2
* Minor fixes for replwrap testsreplwrap-test-fixesThomas Kluyver2014-06-101-3/+1
* syntaxerr: missing r'literal' for unset PS1jquast2014-06-081-1/+1
* Fixing various prompt issues with bash ReplWrapperjquast2014-06-071-4/+22
* Tests for wrapping Python shellThomas Kluyver2014-06-041-1/+27
* remove all unnecessary importsjquast2014-06-011-2/+1
* Use bash for testing replwrap, avoiding PyPy's different REPLThomas Kluyver2014-05-311-15/+15
* Use explicit positional string formatting for Python 2.6Thomas Kluyver2014-05-181-1/+1
* Fix another unicode literal for Python 3.2Thomas Kluyver2014-05-181-1/+1
* Handle multiline commands in replwrapThomas Kluyver2014-05-181-2/+19
* Add high level API for wrapping REPLsThomas Kluyver2014-05-121-0/+22