Files
pecan/setup.cfg
Ryan Petrello 6ab8260bb5 Add a few py.test options to improve ease of use for the py.test runner.
Change-Id: I0ea8f3519e004c141d115e9bfcf0110e53600ff5
2014-08-25 17:31:31 -04:00

10 lines
155 B
INI

[nosetests]
match=^test
where=pecan
nocapture=1
cover-package=pecan
cover-erase=1
[pytest]
norecursedirs = +package+ config_fixtures docs .git *.egg .tox