sprockets.mixins.metrics/setup.cfg

15 lines
284 B
INI
Raw Normal View History

2016-01-27 15:56:57 +00:00
[bdist_wheel]
universal = 1
2018-07-19 21:12:40 +00:00
2016-01-19 12:51:09 +00:00
[nosetests]
cover-package = sprockets.mixins.metrics
cover-branches = 1
cover-erase = 1
cover-html = 1
cover-html-dir = build/coverage
cover-xml = 1
match = ((?:^|[\b_.-])(:?[Tt]est|When|should|[Dd]escribe))
verbosity = 2
with-coverage = 1
with-xunit = 1