summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix as per #490 comments.Red_M2018-05-291-3/+4
* Add test cases for #429 and fix feature for #429.Red_M2018-05-201-0/+7
* Merge pull request #474 from cooperlees/masterRed_M2018-04-102-4/+40
|\
| * Allow for configurable select.poll() usageCooper Ry Lees2018-03-232-4/+40
* | Fix bug in remote SSH tunneling test.Red_M2018-03-301-1/+1
* | Add tests for using the ssh_key option.Red_M2018-03-301-4/+14
* | Add testing for remote tunnels and passing the SSH authentication socket to t...Red_M2018-03-301-4/+30
* | Bug fix unit test for SSH tunnels.Red_M2018-03-301-3/+7
* | Add output for failure in test.Red_M2018-03-301-0/+1
* | Fix bug in test case.Red_M2018-03-301-1/+1
* | Merge branch 'master' of github.com:Red-M/pexpectRed_M2018-03-301-0/+11
|\ \
| * | fix a bug causing 'spawn.before' to be truncated w/ searchwindowsize useRyan Petrello2018-03-271-0/+11
| |/
* | Fix bug with dynamic SSH tunnels.Red_M2018-03-301-0/+9
|/
* FIX: bad representation of bytes patterns.Julien Palard2018-02-121-1/+1
* optimize pty buffering and searchingRyan Petrello2018-02-052-0/+14
* 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