summaryrefslogtreecommitdiff
path: root/tests/test_expect.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* s/xrange/range/ for Python3dluyer2019-08-061-1/+1
* Fix "test_before_across_chunks" testStanislav Levin2018-08-201-1/+1
* fix a bug causing 'spawn.before' to be truncated w/ searchwindowsize useRyan Petrello2018-03-271-0/+11
* optimize pty buffering and searchingRyan Petrello2018-02-051-0/+8
* Increase timeout to make continuous integration bot happyJeroen Demeyer2016-01-051-1/+1
* Closes issue #86 and issue #100jquast2014-08-241-1/+36
* Miscellaneous minor fixesThomas Kluyver2014-06-151-0/+1
* Solaris support, tested on SmartOS from cron(1).Jeff Quast2014-06-151-68/+94
* Use no_coverage_env() in some more testsThomas Kluyver2014-06-011-7/+1
* Ignore coverage env var if not setThomas Kluyver2014-06-011-1/+1
* Don't try to measure coverage in some Python subprocessesThomas Kluyver2014-06-011-3/+8
* Fix imports in tests for Python 3Thomas Kluyver2014-06-011-1/+1
* remove all unnecessary importsjquast2014-06-011-3/+0
* Fixing test for signal interrupt exceptionMatthew Printz2014-02-061-0/+21
* Add failing test for spawn with timeout=NoneThomas Kluyver2013-10-021-0/+6
* Improve test for bad arguments to expect() and expect_exact()Thomas Kluyver2013-09-301-4/+32
* Rewrite test_greedThomas Kluyver2013-09-301-70/+31
* before & after tests shouldn't depend on the format of the Python interactive...Thomas Kluyver2013-09-261-12/+12
* Disable echo to test order, hopefully fixing test_expect_order_exact on TravisThomas Kluyver2013-09-251-28/+8
* Don't use six for testsThomas Kluyver2013-09-231-148/+146
* place equality operator where it was ganked!jquast2013-09-231-1/+1
* another index order expect issue; pass for nowjquast2013-09-231-2/+3
* can be 0 or 1 depending on platform!jquast2013-09-231-1/+4
* verbose assertion information for expect_orderjquast2013-09-231-9/+10
* woops, another py3 fixjquast2013-09-221-1/+1
* py3 has slightly different TypeError messagejquast2013-09-221-2/+4
* fix old/new way for sure ...jquast2013-09-221-7/+14
* serious attack at newline issuejquast2013-09-221-12/+33
* py2.5 compatibilities w/six.pyjquast2013-09-221-111/+181
* more py25 compatibilityjquast2013-09-221-0/+1
* do not use 'ed'; not available on some systemsjquast2013-09-221-1/+1
* remove unused module (sys)jquast2013-09-221-1/+1
* Add spawnu interface for unicodeThomas Kluyver2013-09-191-1/+1
* More test fixes for Python 3Thomas Kluyver2013-09-171-114/+115
* Reduce delay in expect greed testsThomas Kluyver2013-09-171-2/+2
* Use new style except statements in testsThomas Kluyver2013-09-171-1/+1
* Moved everything up one directory level.Noah Spurrier2012-10-261-0/+424