| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: Replace deprecated unittest.makeSuite | Scott Talbert | 2023-02-02 | 1 | -1/+1 |
| | | | | | | | This function was never formally documented, but has been deprecated and will be removed in Python 3.13. Replaced with unittest.TestLoader.loadTestsFromTestCase. | ||||
| * | Fix imports in tests for Python 3 | Thomas Kluyver | 2014-06-01 | 1 | -1/+1 |
| | | | | | Closes gh-59 | ||||
| * | Correct test for stack trace munging | Thomas Kluyver | 2013-10-27 | 1 | -1/+1 |
| | | |||||
| * | exception fixes for py2.5<->3.2 compat | jquast | 2013-09-22 | 1 | -2/+5 |
| | | |||||
| * | py2.5 compatibilities w/six.py | jquast | 2013-09-22 | 1 | -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 compatibility | jquast | 2013-09-22 | 1 | -0/+1 |
| | | | | | not even sure if pexpect can get as far back as python2.5, but its worth a shot. | ||||
| * | More fixes to tests | Thomas Kluyver | 2013-09-18 | 1 | -1/+0 |
| | | |||||
| * | Use new style except statements in tests | Thomas Kluyver | 2013-09-17 | 1 | -3/+3 |
| | | |||||
| * | Moved everything up one directory level. | Noah Spurrier | 2012-10-26 | 1 | -0/+86 |
