summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* gah; fix constant VINTR -> INTRjquast2014-06-241-1/+1
* Use const child._VINTR instead of '3'Jeff Quast2014-06-241-1/+1
* Miscellaneous minor fixesThomas Kluyver2014-06-152-1/+2
* Implement assertRaises and assertRaisesRegexp context managers for Python 2.6Thomas Kluyver2014-06-151-0/+24
* Missing time import -- there is no 'waitecho' functionjquast2014-06-151-0/+1
* Solaris support, tested on SmartOS from cron(1).Jeff Quast2014-06-158-201/+247
* 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-154-38/+65
* Merge pull request #70 from pexpect/more-exacting-whichThomas Kluyver2014-06-102-76/+190
|\
| * Expand on tests/test_which.pyjquast2014-06-071-33/+141
| * Separate which tests into test_which.pyjquast2014-06-072-76/+82
* | Merge pull request #71 from pexpect/replwrap-test-fixesThomas Kluyver2014-06-101-4/+20
|\ \
| * | Minor fixes for replwrap testsThomas 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
| |/
* | PR #66: TypeError thrown by spawnu.readline()jquast2014-06-082-0/+16
|/
* 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