summaryrefslogtreecommitdiff
path: root/tests
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
* Some more test coverage for fdpexpectThomas Kluyver2014-06-041-19/+7
* Test escaping interact modeThomas Kluyver2014-06-042-0/+3
* Add another test for ANSI terminal emulationThomas Kluyver2014-06-041-0/+11
* Remove pexpect.psh - it was undocumented and seemingly unusedThomas Kluyver2014-06-041-16/+0
* Allow subprocess tests to import pexpectThomas Kluyver2014-06-012-3/+9
* Use no_coverage_env() in some more testsThomas Kluyver2014-06-014-9/+12
* Ignore coverage env var if not setThomas Kluyver2014-06-011-1/+1
* Skip performance tests on PyPyThomas Kluyver2014-06-011-0/+3
* Don't try to measure coverage in some Python subprocessesThomas Kluyver2014-06-011-3/+8
* Fix imports in tests for Python 3Thomas Kluyver2014-06-0121-21/+22
* Don't rely on environment variable set in test.envThomas Kluyver2014-06-011-3/+3
* Rename platform checks so py.test doesn't try to run themThomas Kluyver2014-06-016-0/+0
* Move (/remove) platform_tests folder which doesn't contain real testsThomas Kluyver2014-06-0113-96/+2
* remove all unnecessary importsjquast2014-06-0114-26/+30
* folders should not be returned by pexpect.which()jquast2014-06-011-1/+64
* 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
* 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