summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | interact tests: prefer getch over echo_w_promptJeff Quast2015-09-203-68/+32
* | | Use ^C in test_interact_escape_None, ^D unreliableJeff Quast2015-09-201-2/+1
|/ /
* | Allow {p}.interact(escape_character=None)Jeff Quast2015-09-183-3/+22
|/
* Tests cases and documentation to supplement wait()Jeff Quast2015-04-261-8/+19
* bugfix timeout parameter in maxcanon testJeff Quast2015-04-251-2/+2
* workaround travis-ci's strange EOF issueJeff Quast2015-04-241-6/+12
* Merge remote-tracking branch 'origin/freebsd-support' into bugfix-virtualenvJeff Quast2015-04-241-2/+26
|\
| * FreeBSD: Necessary to skip test_beyond_max_icanonJeff Quast2015-02-221-2/+18
| * FreeBSD: Document magic max canon value of 1920Jeff Quast2015-02-221-2/+10
* | style: remove more 1-character variablesJeff Quast2015-02-141-10/+10
* | Negative test: ensure TypeError is raised.Jeff Quast2015-02-141-1/+9
* | rename 'test_run_X' as 'test_run_event_as_X"Jeff Quast2015-02-141-4/+4
* | pep8 and cleanup test_run.pyJeff Quast2015-02-141-31/+45
* | Allows also method callback for events argument in pexpect.run()Samuel Bancal2015-02-121-0/+52
|/
* Update tests READMEThomas Kluyver2015-01-191-14/+4
* Merge pull request #106 from pexpect/issue-104-cannot-exec-setuidsThomas Kluyver2014-12-201-15/+94
|\
| * Comment on the cause for 'group executable' == noJeff Quast2014-12-191-0/+4
| * Merge remote-tracking branch 'origin/master' into issue-104-cannot-exec-setuidsJeff Quast2014-12-191-2/+2
| |\