summaryrefslogtreecommitdiff
path: root/tests/test_misc.py
Commit message (Expand)AuthorAgeFilesLines
* Make test_sighup robust against a parent process ignoring SIGHUPThomas Kluyver2013-11-041-16/+33
* Test and fix getting tracebacks excluding pexpect codeThomas Kluyver2013-10-211-0/+11
* Test our own pty fork implementationThomas Kluyver2013-10-211-0/+11
* Call readlines() before stdout is discardedThomas Kluyver2013-10-091-3/+4
* Improve test for setting and retrieving window sizebetter-test-winsizeThomas Kluyver2013-10-091-4/+0
* Add test for ignore_sighup optionThomas Kluyver2013-10-081-2/+21
* Minor fixes to some testsThomas Kluyver2013-09-261-2/+2
* Don't use six for testsThomas Kluyver2013-09-231-26/+25
* Fix SyntaxError in test_miscThomas Kluyver2013-09-231-1/+1
* add note about line buffering, add sleep timersjquast2013-09-231-7/+17
* correct use of % formatting tuple,jquast2013-09-231-2/+2
* add missing import (time)jquast2013-09-231-0/+1
* another syntaxerror fix, missing end parenjquast2013-09-231-1/+1
* fix assertions to display what failed assertion!jquast2013-09-231-8/+34
* display error fix and brevity of childexit assrtsjquast2013-09-221-4/+4
* assert child exitcodejquast2013-09-221-0/+2
* exitstatus fixjquast2013-09-221-1/+1
* assert child exit statusjquast2013-09-221-0/+2
* py2.5 compatibilities w/six.pyjquast2013-09-221-24/+25
* more py25 compatibilityjquast2013-09-221-0/+1
* smartly use .replace & remove 'io' dep. for py2jquast2013-09-221-11/+5
* cat(1) may display ^D\x08\x08 when ^D is used.jquast2013-09-221-1/+11
* Changes towards Python 3 compatibility.Thomas Kluyver2013-09-171-27/+40
* Use new style except statements in testsThomas Kluyver2013-09-171-5/+5
* Fix assertions that couldn't have failedThomas Kluyver2013-01-041-12/+10
* Moved everything up one directory level.Noah Spurrier2012-10-261-0/+217