summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix another possible test failuremac-test-readlinesThomas Kluyver2013-10-091-0/+1
* Call readlines() before stdout is discardedThomas Kluyver2013-10-091-3/+4
* Improve test for setting and retrieving window sizebetter-test-winsizeThomas Kluyver2013-10-093-15/+14
* Merge pull request #10 from pexpect/incremental-decoderThomas Kluyver2013-10-091-0/+12
|\
| * use 'cat' with maxread=1 to reproduce same issuejquast2013-10-092-28/+6
| * python3.3 bytes/str/unicode agnostic fixjquast2013-10-091-4/+11
| * python 3.2 compat, which wont allow u''jquast2013-10-081-1/+1
| * expediate the test a bitjquast2013-10-081-1/+1
| * this test case *should* pass, but doesn'tjquast2013-10-082-0/+27
* | Add test for ignore_sighup optionThomas Kluyver2013-10-081-2/+21
|/
* Add failing test for spawn with timeout=NoneThomas Kluyver2013-10-021-0/+6
* Add runu function (unicode interface to run())Thomas Kluyver2013-10-021-11/+42
* Improve test for bad arguments to expect() and expect_exact()Thomas Kluyver2013-09-301-4/+32
* Rewrite test_greedThomas Kluyver2013-09-301-70/+31
* Fix getch test sample for Python 3Thomas Kluyver2013-09-261-1/+7
* Fix test for sending all possible bytes to child processThomas Kluyver2013-09-261-16/+15
* Minor fixes to some testsThomas Kluyver2013-09-261-2/+2
* Make tests for interact more robust on slow machinesThomas Kluyver2013-09-264-8/+23
* before & after tests shouldn't depend on the format of the Python interactive...Thomas Kluyver2013-09-262-12/+14
* Another unicode literalThomas Kluyver2013-09-251-1/+1
* Disable echo to test order, hopefully fixing test_expect_order_exact on TravisThomas Kluyver2013-09-251-28/+8
* Run garbage collection at start of destructor testThomas Kluyver2013-09-251-0/+2
* Fix unicode literals for Python 3.2Thomas Kluyver2013-09-252-35/+36
* Hopefully fix problem with test_sendcontrol on TravisThomas Kluyver2013-09-252-8/+13
* Fix interact_unicode testThomas Kluyver2013-09-253-12/+21
* Improvements to test frameworkThomas Kluyver2013-09-251-1/+2
* Remove skipped test_interact_threadThomas Kluyver2013-09-251-30/+0
* Test interact method on spawnu classThomas Kluyver2013-09-252-6/+17
* Clean up test_interactThomas Kluyver2013-09-251-12/+2
* Code tidy-upThomas Kluyver2013-09-251-1/+2
* Fix tests in test_performancedesixThomas Kluyver2013-09-231-11/+23
* Don't use six for testsThomas Kluyver2013-09-2312-246/+236
* Fix SyntaxError in test_miscThomas Kluyver2013-09-231-1/+1
* remove trailing ',', forcing a tuple and breakingjquast2013-09-231-1/+1
* add note about line buffering, add sleep timersjquast2013-09-231-7/+17
* catch ^C as KeyboardInterrupt and just the samejquast2013-09-231-1/+4
* increase timeout, remove leading ^ from patternjquast2013-09-231-4/+4
* add missing %sjquast2013-09-231-1/+1
* place equality operator where it was ganked!jquast2013-09-231-1/+1
* another index order expect issue; pass for nowjquast2013-09-231-2/+3
* quit mucking with join() and use string formattingjquast2013-09-231-1/+2
* may fix some platforms? Why would this write ^A?jquast2013-09-231-1/+1
* regexp fix for some platforms, actually match '^'jquast2013-09-231-1/+1
* 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
* SyntaxError fix, missing comma, woops!jquast2013-09-231-1/+1
* fix assertions to display what failed assertion!jquast2013-09-231-8/+34
* can be 0 or 1 depending on platform!jquast2013-09-231-1/+4
* KeyboardInterrupt may need catch in some platformsjquast2013-09-231-1/+1