summaryrefslogtreecommitdiff
path: root/tests/PexpectTestCase.py
Commit message (Collapse)AuthorAgeFilesLines
* 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