summaryrefslogtreecommitdiff
path: root/tests/PexpectTestCase.py
Commit message (Collapse)AuthorAgeFilesLines
* Propose test-runner fork prevention schemeJeff Quast2014-11-241-0/+13
|
* use signal_value, resolving TypeError of getattr()Jeff Quast2014-11-231-2/+2
|
* Resolve AttributeError in restore_ignored_signalsJeff Quast2014-11-231-1/+1
|
* Set default signal handlers for SIGINT and SIGHUP.Jeff Quast2014-11-231-3/+32
| | | | | | | According to test_misc.py comments, fedora's build agent has the same problem as ours. We use the setUp and tearDown methods to set and restore these signals, if ignored.
* Implement assertRaises and assertRaisesRegexp context managers for Python 2.6Thomas Kluyver2014-06-151-0/+24
|
* Allow subprocess tests to import pexpectThomas Kluyver2014-06-011-1/+1
|
* Don't rely on environment variable set in test.envThomas Kluyver2014-06-011-3/+3
|
* Measure code coverage in interact testsThomas Kluyver2013-10-201-1/+5
|
* Improvements to test frameworkThomas Kluyver2013-09-251-1/+2
|
* Don't use six for testsThomas Kluyver2013-09-231-2/+3
|
* py2.5 compatibilities w/six.pyjquast2013-09-221-3/+2
| | | | | | | | | | -except Exception as e: +except Exception, err: the unfortunate use of six.b('') instead of b'' print(arg0, arg1) => six.print_(arg0, arg1) some autopep8 -i is definitely called for, some of these test cases are darn unreadable, but did partially pep8 some of the really-long-over-80col-lines.
* Make test case base compatible with Python 3Thomas Kluyver2013-09-171-1/+2
|
* Moved everything up one directory level.Noah Spurrier2012-10-261-0/+36