summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* remove __all__ testDavid Lord2020-04-091-7/+0
|
* use _mod fixture in more testsdrop-python2David Lord2020-01-294-11/+23
|
* apply pyupgradeDavid Lord2020-01-294-32/+26
|
* remove compat codeDavid Lord2020-01-291-12/+2
|
* Add NULL check after native call to __html__ methodMaarten ter Huurne2019-02-181-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