summaryrefslogtreecommitdiff
path: root/tests/test_replwrap.py
Commit message (Collapse)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
| | | | | | | | | | | * for multiple commands, such as in ``'\n'.join((cmd, cmd2))``, cmd2 and beyond previously used a ``timeout`` of 1, instead of the specified or default ``timeout``. * furthermore, the output of multi-command output was discarded, only the last-most command output was received. Resolved by joining the result of ``self.child.before``.
* Increase timeout of replwrap test from 2=>5Jeff Quast2014-11-231-1/+1
| | | | | | | | The OSX build slave is almost as bad as travis, its very sluggish -- Anyway this timeout condition occurs intermittently presumably because it is too short https://teamcity-master.pexpect.org/viewLog.html?buildId=782&buildTypeId=Pexpect_MacOs&tab=buildLog#_focus=499
* 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
| | | | | | allow matching a regular expression, use setUp and tearDown to putenv & getenv PS1, PS2 unset PROMPT_COMMAND
* 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