summaryrefslogtreecommitdiff
path: root/tests/test_config_middleware.py
Commit message (Collapse)AuthorAgeFilesLines
* Make 'python setup.py test' workChris Dent2018-11-221-1/+1
| | | | | | | | | | 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.
* Fix string-formatting args when raising LookupErrorTim Burke2016-07-201-0/+27
Previously, this would trigger TypeError: not enough arguments for format string