summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* false-negatives with ls -l /bin, use -ijquast2014-05-251-2/+2
* assertRaises is not 2.6->3.x compatiblejquast2014-03-061-1/+7
* closes issue #42, self.buffer decoded implicitlyjquast2014-03-061-2/+9
* Fixing test for signal interrupt exceptionMatthew Printz2014-02-063-16/+31
* Adding test to for signal handling errorMatthew Printz2014-02-062-0/+47
* Test for previous commitEric Hanchrow2014-01-071-0/+14
* Make test_sighup robust against a parent process ignoring SIGHUPThomas Kluyver2013-11-041-16/+33
* Correct test for stack trace mungingThomas Kluyver2013-10-271-1/+1
* Test and cleanup of pexpect.pshThomas Kluyver2013-10-213-2/+25
* Add test for pxssh moduleThomas Kluyver2013-10-212-0/+62
* Add simple test for pexpect.FSMThomas Kluyver2013-10-211-0/+34
* Test forcing termination (SIGKILL)Thomas Kluyver2013-10-212-1/+19
* Test and fix getting tracebacks excluding pexpect codeThomas Kluyver2013-10-211-0/+11
* Test our own pty fork implementationThomas Kluyver2013-10-211-0/+11
* Add test for wait() on process terminated by signalThomas Kluyver2013-10-212-1/+15
* Measure code coverage in interact testsThomas Kluyver2013-10-203-1/+19
* Skip test relying on deterministic garbage collection if not on CPythonThomas Kluyver2013-10-181-0/+4
* Longer search window for performance tests.Thomas Kluyver2013-10-141-2/+2
* 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