summaryrefslogtreecommitdiff
path: root/tests/test_replwrap.py
Commit message (Expand)AuthorAgeFilesLines
* 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