summaryrefslogtreecommitdiff
path: root/tests/test_run.py
Commit message (Expand)AuthorAgeFilesLines
* unit tests can now be imported on windowsTapple2023-02-211-2/+4
* Ensure test_run.py works when system-wide bashrc produces outputDave Jones2022-08-231-12/+10
* Do not directly call python and use sys.executableTomáš Chvátal2020-03-121-1/+1
* Always use self.PYTHONBIN not 'python' or sys.executable in tests (#580)dluyer2019-08-071-1/+1
* 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
* 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
* Modify run() to allow a tuple list of events.Hideaki Suzuki2014-10-111-0/+8
* Fix imports in tests for Python 3Thomas Kluyver2014-06-011-1/+1
* Fix another possible test failuremac-test-readlinesThomas Kluyver2013-10-091-0/+1
* Add runu function (unicode interface to run())Thomas Kluyver2013-10-021-11/+42
* Don't use six for testsThomas Kluyver2013-09-231-2/+1
* serious attack at newline issuejquast2013-09-221-2/+2
* py2.5 compatibilities w/six.pyjquast2013-09-221-2/+4
* More fixes to testsThomas Kluyver2013-09-181-6/+5
* Moved everything up one directory level.Noah Spurrier2012-10-261-0/+61