SpikeSort icon indicating copy to clipboard operation
SpikeSort copied to clipboard

add coverage testing

Open belevtsoff opened this issue 12 years ago • 3 comments

belevtsoff avatar Apr 18 '12 12:04 belevtsoff

What about using coverage.py? This creates another dependency :(. Nose has a --with-coverage option that uses this module.

cpcloud avatar Apr 24 '12 19:04 cpcloud

I tried this and it performs coverage on all of the included libraries as well, which makes for some annoyingly long output.

cpcloud avatar Apr 24 '12 20:04 cpcloud

coverage.py is definitely the tool to use. There should be a way to exclude external dependencies. You might take a look at: http://nedbatchelder.com/code/coverage/source.html

btel avatar Apr 25 '12 09:04 btel