2016-05-14 00:26:19 -05:00
|
|
|
|
|
|
|
[nosetests]
|
|
|
|
nocapture = 1
|
2016-05-16 15:32:15 -05:00
|
|
|
tests = rattail.tests.commands.test_importing,
|
2016-05-14 00:26:19 -05:00
|
|
|
rattail.tests.filemon.test_actions,
|
|
|
|
rattail.tests.filemon.test_config,
|
|
|
|
rattail.tests.filemon.test_util,
|
|
|
|
rattail.tests.importing
|
|
|
|
with-coverage = 1
|
|
|
|
cover-erase = 1
|
2016-05-16 15:32:15 -05:00
|
|
|
cover-package = rattail.commands.importing,
|
2016-05-14 00:26:19 -05:00
|
|
|
rattail.filemon.actions,
|
|
|
|
rattail.filemon.config,
|
|
|
|
rattail.filemon.util,
|
|
|
|
rattail.importing
|
|
|
|
cover-inclusive = 1
|
|
|
|
cover-min-percentage = 100
|
|
|
|
cover-html-dir = htmlcov
|