summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix 2nd and 3rd expect/response PS1 promptoccasionally-failing-testcasesJeff Quast2014-11-221-2/+2
* Make sure when overriding setUp to call super'sJeff Quast2014-11-221-0/+2
* remove TODO about ls and change to use unameJeff Quast2014-11-221-7/+2
* write b'bytes' to rcfile, not 'str/unicode'Jeff Quast2014-11-221-1/+1
* Fix test by prevent bash from sourcing profileJeff Quast2014-11-221-5/+24
* Change 'ls -l /bin' test to 'uname -m -n ...'Jeff Quast2014-11-211-5/+5
* Modify run() to allow a tuple list of events.Hideaki Suzuki2014-10-111-0/+8
* Expose async parameter for expect_exactThomas Kluyver2014-09-211-3/+12
* Expand tests for async expectThomas Kluyver2014-09-211-9/+28
* Expose async as parameter for expectThomas Kluyver2014-09-211-0/+23
* Merge pull request #109 from pexpect/issue-86-and-100-stdin-closedThomas Kluyver2014-09-041-1/+36
|\
| * Closes issue #86 and issue #100jquast2014-08-241-1/+36
* | Merge pull request #99 from takluyver/issue-84Jeff Quast2014-08-252-14/+169
|\ \ | |/ |/|
| * Some changes based on reviewing the codeThomas Kluyver2014-08-041-29/+28
| * Fix problems found in review.David O'Shea2014-08-041-4/+2
| * Don't define __bytes__(), and don't define __unicode__() on Python 3.David O'Shea2014-08-012-22/+21
| * Rename codec and codec_errors to encoding and encoding_errors respectively.David O'Shea2014-08-011-3/+3
| * Issue #84: Unicode support in screen and ANSI.David O'Shea2014-07-242-0/+159
* | Address review comment (no parens around assert statement arguments).David O'Shea2014-07-221-2/+2
* | Issue #85: Don't leave unwanted numbers in ANSI FSM stack/memory.David O'Shea2014-07-081-2/+17
|/
* Issue #82: Handle more than two numbers in ANSI sequencesDavid O'Shea2014-07-031-0/+7
* Merge pull request #78 from pexpect/improve-upon-test-miscJeff Quast2014-06-281-161/+198
|\
| * Incremental housekeeping cleanup of test_misc.pyjquast2014-06-281-161/+198
* | Allow replwrap to reset pager so bash doesn't get stuck displaying thingsThomas Kluyver2014-06-261-0/+4
|/
* 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 testsinteract-does-not-detect-eofThomas 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 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
| |/
* | 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