summaryrefslogtreecommitdiff
path: root/tests/test_interact.py
Commit message (Expand)AuthorAgeFilesLines
* Always use self.PYTHONBIN not 'python' or sys.executable in tests (#580)dluyer2019-08-071-1/+1
* Do not assert trailing output on TRAVIS-CIJeff Quast2015-09-201-5/+13
* interact tests: prefer getch over echo_w_promptJeff Quast2015-09-201-41/+20
* Use ^C in test_interact_escape_None, ^D unreliableJeff Quast2015-09-201-2/+1
* Allow {p}.interact(escape_character=None)Jeff Quast2015-09-181-0/+15
* workaround travis-ci's strange EOF issueJeff Quast2015-04-241-6/+12
* Make a modified copy of os.environ for interact testsThomas Kluyver2014-06-151-13/+11
* python3.2 accommodationsjquast2014-06-151-4/+4
* Improve EOF through test -> interact -> echo_promptjquast2014-06-151-34/+52
* Test escaping interact modeThomas Kluyver2014-06-041-0/+2
* Allow subprocess tests to import pexpectThomas Kluyver2014-06-011-2/+8
* Fix imports in tests for Python 3Thomas Kluyver2014-06-011-1/+1
* Make tests for interact more robust on slow machinesThomas Kluyver2013-09-261-6/+8
* Fix unicode literals for Python 3.2Thomas Kluyver2013-09-251-9/+10
* Fix interact_unicode testThomas Kluyver2013-09-251-11/+17
* Remove skipped test_interact_threadThomas Kluyver2013-09-251-30/+0
* Test interact method on spawnu classThomas Kluyver2013-09-251-6/+5
* Clean up test_interactThomas Kluyver2013-09-251-12/+2
* Don't use six for testsThomas Kluyver2013-09-231-7/+6
* todo item for py3jquast2013-09-221-0/+1
* hopefully fix py3 errors with correct string fmtjquast2013-09-221-2/+2
* py2.5 compatibilities w/six.pyjquast2013-09-221-6/+7
* use proper %s (arg,) formatting,jquast2013-09-221-1/+1
* add unicode test and force str() type in python3jquast2013-09-221-7/+26
* Skip failing testThomas Kluyver2013-09-171-5/+6
* Moved everything up one directory level.Noah Spurrier2012-10-261-0/+81