summaryrefslogtreecommitdiffstats
path: root/testsuite/ext
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: support for python-2.7.9maintAlexander Sulfrian2015-01-161-0/+17
| | | | | | pylint could not parse the dynamic assignment of the PROTOCOL_* values in the ssl module (the real values are in the _ssl extension). We dynamically add here the PROTOCOL_* constants we need.
* testsuite: made pylint tests at least kinda work with pylint 1.0Chris St. Pierre2013-12-091-8/+22
| | | | | | | They still don't pass, partially due to what appear to be bugs in pylint and partially due to a few new things that pylint is checking for in 1.0, but we don't use pylint 1.0 in travis-ci so i'm not terribly worried about that right now.
* testsuite: test for exceptions raised without messagesChris St. Pierre2012-12-102-0/+35