|
|
@@ -2,7 +2,7 @@ |
|
|
|
# note: the value doesn't matter, that's why they're empty here |
|
|
|
nocapture= |
|
|
|
nologcapture= # comment to see cherrypy logs on failure |
|
|
|
#with-coverage= |
|
|
|
with-coverage= |
|
|
|
cover-inclusive= |
|
|
|
cover-package=nilmdb |
|
|
|
cover-erase= |
|
|
@@ -12,7 +12,7 @@ stop= |
|
|
|
verbosity=2 |
|
|
|
#tests=tests/test_mustclose.py |
|
|
|
#tests=tests/test_lrucache.py |
|
|
|
tests=tests/test_cmdline.py |
|
|
|
#tests=tests/test_cmdline.py |
|
|
|
#tests=tests/test_layout.py |
|
|
|
#tests=tests/test_rbtree.py |
|
|
|
#tests=tests/test_interval.py |
|
|
|