summaryrefslogtreecommitdiff
path: root/testing/support.py
Commit message (Collapse)AuthorAgeFilesLines
* Skip a couple of new tests on Windows, because this method doesn't seemArmin Rigo2015-12-071-0/+3
| | | | able to capture the C-level fprintf(stderr)
* py3k compatArmin Rigo2015-12-071-2/+6
|
* Write one error message directly to stderr instead of sys.stderr. ThisArmin Rigo2015-11-181-0/+37
| | | | | lets us avoid taking the GIL, which might crash in case the Python interpreter is not initialized at all.
* Found a way to be compatible with Python 3.2 in the test syntax.Armin Rigo2012-08-141-0/+19