Mercurial > code > home > repos > light9
diff makefile @ 1288:5e76c8fd8a03
rewrite dmx outputter to a new service
Ignore-this: cb2bcb14f7cae9059e515b1752ef8976
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sun, 29 May 2016 10:17:26 +0000 |
parents | c6d675ee3de4 |
children | a36928f7cc35 |
line wrap: on
line diff
--- a/makefile Sat May 14 23:56:02 2016 +0000 +++ b/makefile Sun May 29 10:17:26 2016 +0000 @@ -1,4 +1,4 @@ -NOSEARGS="--no-path-adjustment light9.rdfdb.rdflibpatch light9.rdfdb.patch light9.effecteval.test_effect" +NOSEARGS="--no-path-adjustment light9.rdfdb.rdflibpatch light9.rdfdb.patch light9.effecteval.test_effect light9.collector.collector_test light9.collector.output_test" tests: eval env/bin/nosetests -x $(NOSEARGS) @@ -7,6 +7,9 @@ eval env/bin/nosetests --with-watcher $(NOSEARGS) +tests_coverage: + eval env/bin/nosetests --with-coverage --cover-erase --cover-html --cover-html-dir=/tmp/light9-cov/ --cover-package=light9 --cover-branches $(NOSEARGS) + # needed packages: python-gtk2 python-imaging binexec: