summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* replace pkg_resources uses with importlib_metadataMichael Merickel2022-05-151-0/+1
|
* initial setup removing importlib-metadataMichael Merickel2022-05-153-26/+5
|
* move fixtures into the setup code for the test suiteMichael Merickel2022-05-151-0/+16
|
* blackify/isort/flake8Michael Merickel2022-05-1511-92/+98
|
* refactor package info to setup.cfg, run pyupgradeMichael Merickel2022-05-152-3/+3
|
* remove compat moduleMichael Merickel2022-05-151-6/+3
|
* Make 'python setup.py test' work (#5)Chris Dent2018-11-261-1/+1
| | | | | | | | | | | | | | | | | * Make 'python setup.py test' work Packagers sometimes like to use 'python setup.py test'. This change adjusts setup.py and setup.cfg to allow this to work with pytest instead of nose. To make things work, the settings for coverage need to be moved into tox.ini. A SkipTest in test_config_middleware is changed to its pytest equivalent. * Remove usedevelop from tox.ini Review of improvements to setup.py indicated issues with the tox.ini.
* Fix string-formatting args when raising LookupErrorTim Burke2016-07-2023-0/+631
Previously, this would trigger TypeError: not enough arguments for format string