Hi scikit community,
I'm writing a feature for scikit and I'm looking to find my test suite
coverage. In short, I would like to know how I can use the 'coverage'
library to see how much a test file, say test_feature.py, is covering
the feature file, say feature.py.
test_feature.py has methods that call the class in feature.py and run
several of its functions. I understand that 'coverage' only finds the
coverage level of the methods within the same file. I was hoping for a
command like
'coverage -r -m feature.py test_feature.py' to report the coverage level
of test_feature.py against feature.py.
Thanks in advance.
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13.
http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general