summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #698 from stesser/masterHEADmasterRed_M2023-04-032-4/+6
|\
| * Do not fail if no alias has been definedStefan Eßer2021-09-221-1/+3
| * Replace deprecated assertRaisesRegexp with assertRaisesRegexStefan Eßer2021-09-224-11/+11
| * Do not send more characters than can be buffered by catStefan Eßer2021-09-221-2/+2
| * Use only POSIX commands and optionsStefan Eßer2021-09-221-1/+1
* | duplicated test_socket to test socket_spawn and fdspawn bothTapple Fulmer2023-02-272-26/+78
* | renamed module socket_expect to socket_pexpectTapple2023-02-211-5/+5
* | renamed module socket_spawn to socket_expectTapple2023-02-211-5/+5
* | socketspawn basic test case, copied from test_fdspawnTapple2023-02-212-16/+91
* | unit tests can now be imported on windowsTapple2023-02-213-5/+10
* | Merge pull request #722 from waveform80/fix-run-testsRed_M2023-02-141-12/+10
|\ \
| * | Ensure test_run.py works when system-wide bashrc produces outputDave Jones2022-08-231-12/+10
* | | Merge pull request #739 from swt2c/makeSuiteRed_M2023-02-1422-22/+22
|\ \ \
| * | | tests: Replace deprecated unittest.makeSuiteScott Talbert2023-02-0222-22/+22
| |/ /
* | | Merge pull request #742 from swt2c/fix_fakesshRed_M2023-02-141-1/+1
|\ \ \
| * | | Fix SyntaxWarning in fakessh by using raw stringScott Talbert2023-02-121-1/+1
| |/ /
* | | Merge pull request #737 from swt2c/assertRaisesRegexpRed_M2023-02-144-11/+11
|\ \ \
| * | | tests: Replace assertRaisesRegexp with assertRaisesRegexScott Talbert2023-02-014-11/+11
| |/ /
* | | test_interact: update Travis overrides to use generic CI variableScott Talbert2023-02-131-4/+4
|/ /
* | 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
|\