summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixesVille Skyttä2017-09-151-1/+1
* Rename async= parameter to async_=Thomas Kluyver2017-07-191-15/+15
* dont remove reference to _UnixReadPipeTransportAleksandr Balezin2016-09-071-0/+13
* Merge pull request #354 from persandstrom/masterThomas Kluyver2016-08-212-1/+15
|\
| * add testPer Sandström2016-06-142-1/+15
* | Add docstring explaining testThomas Kluyver2016-07-111-0/+2
* | Fix running 'env' in replwrap-ed bashThomas Kluyver2016-07-091-0/+7
* | Merge pull request #359 from MountainRider/restore-posixJeff Quast2016-07-011-0/+255
|\ \ | |/ |/|
| * Added test_socket_with_write.David Cullen2016-06-291-0/+14
| * Fix test_maxread.David Cullen2016-06-291-1/+1
| * Raise exception if socket server does not start.David Cullen2016-06-291-9/+19
| * Change test_fileobj to use self.prompt1.David Cullen2016-06-291-33/+30
| * Use binary strings so Python3 tests work.David Cullen2016-06-291-39/+44
| * Fix interrupt tests.David Cullen2016-06-281-11/+16
| * Increase coverage of select_ignore_interrupts.David Cullen2016-06-281-15/+30
| * Make socket unit test self contained.David Cullen2016-06-281-31/+90
| * Add socket test.David Cullen2016-06-281-0/+150
* | Use PATH from env argument to pexpect.spawnMartin Packman2016-05-133-7/+110
|/
* Increase timeout to make continuous integration bot happyJeroen Demeyer2016-01-051-1/+1
* Add tests for delayafterreadJeroen Demeyer2016-01-051-0/+18
* Merge pull request #310 from pexpect/bugfix-my_spawn-has_no-ptyprocThomas Kluyver2015-12-141-0/+11
|\
| * Check error repr can be str-edThomas Kluyver2015-12-141-3/+3
| * bugfix test for conditional str() coverageJeff Quast2015-12-121-1/+1
| * ensure __str__ method works when subclassedJeff Quast2015-12-121-0/+11
* | Add testcaseJeroen Demeyer2015-12-131-0/+27
|/
* issue discovered during integration with telnetlib3Jeff Quast2015-10-121-1/+7
* 2 new tools: display-{fpathconf.maxcanon}.pyJeff Quast2015-10-061-179/+0
* disable max canon tests, retain file contentsJeff Quast2015-10-061-3/+6
* test_unicode: don't need to format variableIgor Gnatenko2015-10-061-2/+1
* comment about the need of '\\' to trigger testcaseJeff Quast2015-10-041-0/+6
* Don't use deprecated spawnu in replwrap testsThomas Kluyver2015-10-041-2/+2
* Use u-prefix strings in tests tooThomas Kluyver2015-10-041-2/+2
* This resolves two issues with replwrap,jquast2015-10-041-4/+19
* Merge pull request #146 from takluyver/popenThomas Kluyver2015-10-031-0/+131
|\
| * Revert some changes to Popen testsThomas Kluyver2015-09-121-7/+7
| * Fix popen spawn and tests on windowsSteven Silvester2015-09-121-7/+7
| * Add a sendeof method and testsSteven Silvester2015-09-121-3/+25
| * Add test fileSteven Silvester2015-09-121-0/+109
* | Merge remote-tracking branch 'origin/setwinsize_on_spawn'Thomas Kluyver2015-09-223-35/+31
|\ \
| * \ Merge remote-tracking branch 'origin/master' into setwinsize_on_spawnJeff Quast2015-09-204-70/+42
| |\ \
| * | | add docstrings to winsize/dimensions testsJeff Quast2015-09-181-0/+3
| * | | add changelog and tests for dimensions keyword argJeff Quast2015-09-182-33/+24
| * | | match feature with test spawn_ourptyfork kwargsJeff Quast2015-09-181-2/+4
* | | | use /bin/echo instead of PYTHONBIN for argv testJeff Quast2015-09-211-10/+4
* | | | Accomidate PyPy moreJeff Quast2015-09-211-2/+7
* | | | try to match PyPy's form of float() ValueErrorJeff Quast2015-09-211-1/+2
* | | | use regex for error string match for py3.4 compatJeff Quast2015-09-211-1/+1
* | | | Add test to ensure argv may be unicode.Jeff Quast2015-09-211-0/+9
* | | | Use a unicode name to assert which()Jeff Quast2015-09-211-2/+7
| |/ / |/| |
* | | Do not assert trailing output on TRAVIS-CIJeff Quast2015-09-202-5/+14