summaryrefslogtreecommitdiff
path: root/tests/test_timeout_pattern.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix imports in tests for Python 3Thomas Kluyver2014-06-011-1/+1
| | | | Closes gh-59
* Correct test for stack trace mungingThomas Kluyver2013-10-271-1/+1
|
* exception fixes for py2.5<->3.2 compatjquast2013-09-221-2/+5
|
* py2.5 compatibilities w/six.pyjquast2013-09-221-7/+10
| | | | | | | | | | -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.
* more py25 compatibilityjquast2013-09-221-0/+1
| | | | not even sure if pexpect can get as far back as python2.5, but its worth a shot.
* More fixes to testsThomas Kluyver2013-09-181-1/+0
|
* Use new style except statements in testsThomas Kluyver2013-09-171-3/+3
|
* Moved everything up one directory level.Noah Spurrier2012-10-261-0/+86