34 lines
1004 B
INI
34 lines
1004 B
INI
[nosetests]
|
|
# note: the value doesn't matter, that's why they're empty here
|
|
nocapture=
|
|
nologcapture= # comment to see cherrypy logs on failure
|
|
with-coverage=
|
|
cover-inclusive=
|
|
cover-package=nilmdb
|
|
cover-erase=
|
|
##cover-html= # this works, puts html output in cover/ dir
|
|
##cover-branches= # need nose 1.1.3 for this
|
|
#debug=nose
|
|
#debug-log=nose.log
|
|
stop=
|
|
verbosity=2
|
|
tests=tests
|
|
#tests=tests/test_bulkdata.py
|
|
#tests=tests/test_mustclose.py
|
|
#tests=tests/test_lrucache.py
|
|
#tests=tests/test_cmdline.py
|
|
#tests=tests/test_layout.py
|
|
#tests=tests/test_rbtree.py
|
|
#tests=tests/test_interval.py
|
|
#tests=tests/test_rbtree.py,tests/test_interval.py
|
|
#tests=tests/test_interval.py
|
|
#tests=tests/test_client.py
|
|
#tests=tests/test_timestamper.py
|
|
#tests=tests/test_serializer.py
|
|
#tests=tests/test_iteratorizer.py
|
|
#tests=tests/test_client.py:TestClient.test_client_nilmdb
|
|
#tests=tests/test_nilmdb.py
|
|
#with-profile=
|
|
#profile-sort=time
|
|
##profile-restrict=10 # doesn't work right, treated as string or something
|