python Programming Glossary: coverage.py
How to do a meaningful code-coverage analysis of my unit-tests? http://stackoverflow.com/questions/1006189/how-to-do-a-meaningful-code-coverage-analysis-of-my-unit-tests this question For the code coverage alone you could use coverage.py . As for coverage.py vs figleaf figleaf differs from the gold.. the code coverage alone you could use coverage.py . As for coverage.py vs figleaf figleaf differs from the gold standard of Python.. differs from the gold standard of Python coverage tools 'coverage.py' in several ways. First and foremost figleaf uses the same criterion..
What cool hacks can be done using sys.settrace? http://stackoverflow.com/questions/1692866/what-cool-hacks-can-be-done-using-sys-settrace that any code that used DecoratorTools wouldn't work with coverage.py or debuggers I guess . Not a good tradeoff if you ask me. I.. I guess . Not a good tradeoff if you ask me. I changed coverage.py to provide a mode that lets it work with DecoratorTools but..
Why doesn't coverage.py properly measure Django's runserver command? http://stackoverflow.com/questions/7051070/why-doesnt-coverage-py-properly-measure-djangos-runserver-command doesn't coverage.py properly measure Django's runserver command I should know the.. where the measurement breaks down so that I can try to fix coverage.py so that it will measure it properly the way people expect python.. measure it properly the way people expect python django coverage.py share improve this question Do you get the same problem..
|