Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testsuite: support for python-2.7.9maint | Alexander Sulfrian | 2015-01-16 | 1 | -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.0 | Chris St. Pierre | 2013-12-09 | 1 | -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 messages | Chris St. Pierre | 2012-12-10 | 2 | -0/+35 |