summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Ensure test_run.py works when system-wide bashrc produces outputDave Jones2022-08-231-12/+10
* Merge pull request #560 from EmersonPrado/coerce-regex-bytesRed_M2022-02-061-0/+74
|\
| * Add integration tests for regex coercing functionsemerson.prado2019-03-051-0/+24
| * Add unit tests for regex coercing functionsemerson.prado2019-03-051-0/+30
| * Add type selection helper function for regex coercing testsemerson.prado2019-03-051-0/+20
* | better fix of this issueJakub Kulík2020-10-201-1/+1
* | fix test_pager_as_cat test case on SolarisJakub Kulík2020-10-191-1/+1
* | REPLWrapTestCase.test_bash_env(): export variable PS1whitley-delamora2020-03-281-0/+1
* | Do not directly call python and use sys.executableTomáš Chvátal2020-03-123-7/+8
* | Provide bad version range in regression test docstringsdluyer2020-01-101-3/+3
* | Add another regression testdluyer2020-01-101-0/+6
* | Add test for increasing searchwindowsizedluyer2020-01-101-2/+21
* | Fix test_before_after_timeout for PY3.dluyer2020-01-101-1/+1
* | Whitespace cleanupdluyer2020-01-101-1/+1
* | Add test for truncation issue fixed in #579dluyer2020-01-101-1/+17
* | Always use self.PYTHONBIN not 'python' or sys.executable in tests (#580)dluyer2019-08-077-16/+25
* | Merge pull request #585 from dluyer/patch-8Thomas Kluyver2019-08-071-1/+6
|\ \
| * | Test for Python 2 ASCII encoding, too.dluyer2019-08-061-1/+1
| * | Fix test_which when sys.getfilesystemencoding() is asciidluyer2019-08-061-1/+6
* | | Merge pull request #583 from dluyer/patch-6Thomas Kluyver2019-08-071-1/+1
|\ \ \
| * | | s/xrange/range/ for Python3dluyer2019-08-061-1/+1
| |/ /
* | | Merge pull request #584 from dluyer/patch-7Thomas Kluyver2019-08-072-0/+0
|\ \ \
| * | | Mark disabled test as deprecated.dluyer2019-08-061-0/+0
| * | | Fix typo in test name.dluyer2019-08-061-0/+0
| |/ /
* | | Merge pull request #582 from dluyer/patch-5Thomas Kluyver2019-08-071-2/+14
|\ \ \
| * | | Fix copy/paste error in uploading patchdluyer2019-08-061-4/+4
| * | | Fix test_ansi.py when running in a non-writable directorydluyer2019-08-061-2/+14
| |/ /
* | | Use IPv6 loopback if there is no IPv4 loopback availabledluyer2019-08-051-11/+21
|/ /
* | Merge branch 'master' of https://github.com/pexpect/pexpect into patch-1Tom Gillespie2019-03-232-3/+123
|\ \
| * | Allow customized pxssh client #528Trek3332019-03-212-3/+123
| |/
* | pxssh.login require either username or ssh_configTom Gillespie2019-03-231-2/+74
|/
* Merge pull request #522 from stanislavlevin/fix_test_bashThomas Kluyver2018-09-061-2/+2
|\
| * Fix "test_bash" testStanislav Levin2018-08-201-2/+2
* | Fix "test_before_across_chunks" testStanislav Levin2018-08-201-1/+1
|/
* tests: increase replwrap coverageThomas Faivre2018-06-191-1/+8
* replwrap: add async supportRobin Jarry2018-06-191-1/+28
* Merge pull request #490 from Red-M/masterThomas Kluyver2018-05-291-3/+11
|\
| * Update pxssh test.Red_M2018-05-291-1/+1
| * 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 #492 from ryanpetrello/fix-poll-timeoutsThomas Kluyver2018-05-241-0/+6
|\ \
| * | properly handle read timeouts with use_poll=TrueRyan Petrello2018-05-211-0/+6
| |/
* | Make `crlf` match the default platform behaviour in `PopenSpawn`. Fixes #488Jerome M. BERGER2018-05-221-0/+8
|/
* 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