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.
 
 
 

23 lines
485 B

  1. [aliases]
  2. test = nosetests
  3. [nosetests]
  4. # Note: values must be set to 1, and have no comments on the same line,
  5. # for "python setup.py nosetests" to work correctly.
  6. nocapture=1
  7. # Comment this out to see CherryPy logs on failure:
  8. nologcapture=1
  9. with-coverage=1
  10. cover-inclusive=1
  11. cover-package=nilmrun
  12. cover-erase=1
  13. # this works, puts html output in cover/ dir:
  14. # cover-html=1
  15. # need nose 1.1.3 for this:
  16. # cover-branches=1
  17. #debug=nose
  18. #debug-log=nose.log
  19. stop=1
  20. verbosity=2
  21. tests=tests