summaryrefslogtreecommitdiff
path: root/pytest.ini
Commit message (Collapse)AuthorAgeFilesLines
* refactor to a src folderMichael Merickel2022-05-151-1/+4
|
* Make 'python setup.py test' work (#5)Chris Dent2018-11-261-1/+0
| | | | | | | | | | | | | | | | | * 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-201-0/+3
Previously, this would trigger TypeError: not enough arguments for format string