You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

34 lines
1004 B

  1. [nosetests]
  2. # note: the value doesn't matter, that's why they're empty here
  3. nocapture=
  4. nologcapture= # comment to see cherrypy logs on failure
  5. with-coverage=
  6. cover-inclusive=
  7. cover-package=nilmdb
  8. cover-erase=
  9. ##cover-html= # this works, puts html output in cover/ dir
  10. ##cover-branches= # need nose 1.1.3 for this
  11. #debug=nose
  12. #debug-log=nose.log
  13. stop=
  14. verbosity=2
  15. tests=tests
  16. #tests=tests/test_bulkdata.py
  17. #tests=tests/test_mustclose.py
  18. #tests=tests/test_lrucache.py
  19. #tests=tests/test_cmdline.py
  20. #tests=tests/test_layout.py
  21. #tests=tests/test_rbtree.py
  22. #tests=tests/test_interval.py
  23. #tests=tests/test_rbtree.py,tests/test_interval.py
  24. #tests=tests/test_interval.py
  25. #tests=tests/test_client.py
  26. #tests=tests/test_timestamper.py
  27. #tests=tests/test_serializer.py
  28. #tests=tests/test_iteratorizer.py
  29. #tests=tests/test_client.py:TestClient.test_client_nilmdb
  30. #tests=tests/test_nilmdb.py
  31. #with-profile=
  32. #profile-sort=time
  33. ##profile-restrict=10 # doesn't work right, treated as string or something