Blosc / bcolz

A columnar data container that can be compressed.
http://bcolz.blosc.org
959 stars 149 forks source link

Document using nosetests #107

Open esc opened 9 years ago

esc commented 9 years ago

... and how to use it to measure coverage.

FrancescElies commented 9 years ago

I never tried coverage on cython code, maybe this link could be useful http://blog.behnel.de/posts/coverage-analysis-for-cython-modules.html

FrancescElies commented 9 years ago

I noticed you use coveralls for bloscpack, might you be interested in using that here to?

FrancescAlted commented 9 years ago

I think that is a great idea. Maybe you could take work in PR #227 and finish it.