summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add NULL check after native call to __html__ methodMaarten ter Huurne2019-02-201-0/+21
| | | | | | | If the method raises an exception, PyObject_CallObject() returns NULL, but the code didn't check for that, which led to a segfault. Fixes #108
* add style checksDavid Lord2018-11-034-93/+106
|
* add session-scoped _speedups fixtureDavid Lord2018-05-052-12/+37
|
* fix test_leak skipDavid Lord2018-05-051-1/+1
|
* fix tox typoDavid Lord2018-05-041-6/+5
|
* convert to pytestDavid Lord2018-05-041-0/+35
|
* stop using unittestpytestDavid Lord2018-05-022-0/+220