summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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' == noissue-104-cannot-exec-setuidsJeff Quast2014-12-191-0/+4
| * Merge remote-tracking branch 'origin/master' into issue-104-cannot-exec-setuidsJeff Quast2014-12-191-2/+2
| |\
| * \ Merge remote-tracking branch 'origin/master' into issue-104-cannot-exec-setuidsJeff Quast2014-12-185-41/+221
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into issue-104-cannot-exec-setuidsJeff Quast2014-11-237-27/+318
| |\ \ \
| * | | | Add tests for running as root on Solaris, usingJeff Quast2014-08-251-32/+32
| * | | | Closes issue #104 -- cannot execute sudo(8)jquast2014-08-241-15/+90
* | | | | Merge pull request #164 from takluyver/contextmanagerJeff Quast2014-12-191-0/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Allow spawn() and friends to be used as context managersThomas Kluyver2014-12-191-0/+10
| | |_|/ | |/| |
* | | | Update test case for preexec_fnThomas Kluyver2014-12-191-2/+2
|/ / /
* | | Merge pull request #79 from pexpect/doc-and-test-max-canonThomas Kluyver2014-11-251-0/+152
|\ \ \
| * | | Strange intermittent travis-ci on-pypy failureJeff Quast2014-11-241-8/+15
| * | | Make some desperate attempts at partial-Travis-CIJeff Quast2014-11-241-7/+10
| * | | This should now pass on LinuxJeff Quast2014-11-241-6/+6
| * | | Revert back to N_TTY_BUF_SIZE + 1 for LinuxJeff Quast2014-11-241-1/+1
| * | | Seemingly, linux only BEL's on echo=TrueJeff Quast2014-11-241-3/+5
| * | | Fix failing tests, on OSX at least. Pushing ..Jeff Quast2014-11-241-0/+140
* | | | Propose test-runner fork prevention schemeJeff Quast2014-11-241-0/+13
|/ / /
* | | Merge pull request #148 from jquast/unset-buildagent-signal-handlersJeff Quast2014-11-242-37/+49
|\ \ \
| * | | use signal_value, resolving TypeError of getattr()Jeff Quast2014-11-231-2/+2
| * | | Resolve AttributeError in restore_ignored_signalsJeff Quast2014-11-231-1/+1
| * | | Set default signal handlers for SIGINT and SIGHUP.Jeff Quast2014-11-232-37/+49
* | | | Increase timeout of replwrap test from 2=>5Jeff Quast2014-11-231-1/+1
|/ / /
* | | Delegate sending control characters to ptyprocessThomas Kluyver2014-11-231-2/+5
* | | Delegate more methods to ptyprocessThomas Kluyver2014-11-231-1/+1
| |/ |/|
* | Merge pull request #142 from pexpect/failed-str-selfJeff Quast2014-11-221-0/+26
|\ \
| * | Use str(p) and not p.__str__()Jeff Quast2014-11-221-2/+3
| * | use isinstance of 'str', not 'basestring'Jeff Quast2014-11-221-2/+2
| * | Failure in __str__() before any output.Jeff Quast2014-11-221-0/+25
* | | 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