2011-02-24 17:48:09 -05:00
|
|
|
[nosetests]
|
2012-03-26 12:47:11 -04:00
|
|
|
# note: the value doesn't matter, that's why they're empty here
|
|
|
|
nocapture=
|
2012-03-26 18:28:33 -04:00
|
|
|
nologcapture= # comment to see cherrypy logs on failure
|
2013-01-01 23:46:54 -05:00
|
|
|
with-coverage=
|
2012-03-26 12:47:11 -04:00
|
|
|
cover-inclusive=
|
2011-02-24 17:48:09 -05:00
|
|
|
cover-package=nilmdb
|
2012-03-29 17:44:57 -04:00
|
|
|
cover-erase=
|
2012-03-26 12:47:11 -04:00
|
|
|
##cover-html= # this works, puts html output in cover/ dir
|
|
|
|
##cover-branches= # need nose 1.1.3 for this
|
|
|
|
stop=
|
2011-02-24 17:48:09 -05:00
|
|
|
verbosity=2
|
2012-12-31 17:17:57 -05:00
|
|
|
#tests=tests/test_mustclose.py
|
2012-12-31 15:52:28 -05:00
|
|
|
#tests=tests/test_lrucache.py
|
2013-01-01 23:46:54 -05:00
|
|
|
#tests=tests/test_cmdline.py
|
2012-08-09 13:53:01 -04:00
|
|
|
#tests=tests/test_layout.py
|
2012-11-29 01:25:51 -05:00
|
|
|
#tests=tests/test_rbtree.py
|
|
|
|
#tests=tests/test_interval.py
|
2012-11-29 15:35:11 -05:00
|
|
|
#tests=tests/test_rbtree.py,tests/test_interval.py
|
2012-11-28 20:57:23 -05:00
|
|
|
#tests=tests/test_interval.py
|
2012-12-11 18:08:00 -05:00
|
|
|
#tests=tests/test_client.py
|
2012-03-24 17:15:24 -04:00
|
|
|
#tests=tests/test_timestamper.py
|
2012-03-24 13:32:11 -04:00
|
|
|
#tests=tests/test_serializer.py
|
2012-05-23 15:08:59 -04:00
|
|
|
#tests=tests/test_iteratorizer.py
|
2012-03-22 18:06:08 -04:00
|
|
|
#tests=tests/test_client.py:TestClient.test_client_nilmdb
|
2012-03-26 12:47:11 -04:00
|
|
|
#with-profile=
|
2012-03-20 17:46:18 -04:00
|
|
|
#profile-sort=time
|
2012-03-22 18:06:08 -04:00
|
|
|
##profile-restrict=10 # doesn't work right, treated as string or something
|