| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Propose test-runner fork prevention scheme | Jeff Quast | 2014-11-24 | 1 | -0/+13 |
| | | |||||
| * | use signal_value, resolving TypeError of getattr() | Jeff Quast | 2014-11-23 | 1 | -2/+2 |
| | | |||||
| * | Resolve AttributeError in restore_ignored_signals | Jeff Quast | 2014-11-23 | 1 | -1/+1 |
| | | |||||
| * | Set default signal handlers for SIGINT and SIGHUP. | Jeff Quast | 2014-11-23 | 1 | -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.6 | Thomas Kluyver | 2014-06-15 | 1 | -0/+24 |
| | | |||||
| * | Allow subprocess tests to import pexpect | Thomas Kluyver | 2014-06-01 | 1 | -1/+1 |
| | | |||||
| * | Don't rely on environment variable set in test.env | Thomas Kluyver | 2014-06-01 | 1 | -3/+3 |
| | | |||||
| * | Measure code coverage in interact tests | Thomas Kluyver | 2013-10-20 | 1 | -1/+5 |
| | | |||||
| * | Improvements to test framework | Thomas Kluyver | 2013-09-25 | 1 | -1/+2 |
| | | |||||
| * | Don't use six for tests | Thomas Kluyver | 2013-09-23 | 1 | -2/+3 |
| | | |||||
| * | py2.5 compatibilities w/six.py | jquast | 2013-09-22 | 1 | -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 3 | Thomas Kluyver | 2013-09-17 | 1 | -1/+2 |
| | | |||||
| * | Moved everything up one directory level. | Noah Spurrier | 2012-10-26 | 1 | -0/+36 |
