¡@

Home 

python Programming Glossary: figleaf

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

alone you could use coverage.py . As for coverage.py vs figleaf figleaf differs from the gold standard of Python coverage tools.. you could use coverage.py . As for coverage.py vs figleaf figleaf differs from the gold standard of Python coverage tools 'coverage.py'.. tools 'coverage.py' in several ways. First and foremost figleaf uses the same criterion for interesting lines of code as the..

Using Python code coverage tool for understanding and pruning back source code of a large library

http://stackoverflow.com/questions/3883484/using-python-code-coverage-tool-for-understanding-and-pruning-back-source-code-o

within a coverage tools like Ned Batchelder's coverage or figleaf then scripting removal of unused code within the various modules.. choice Or would I be better off investing my time with figleaf The end game is to be able to automatically generate a new source..

How can you find unused functions in Python code?

http://stackoverflow.com/questions/693070/how-can-you-find-unused-functions-in-python-code

Two examples for dynamic analyzers are coverage and figleaf . They have the drawback that you have to run all possible branches..

Identifying the dependency relationship for python packages installed with pip

http://stackoverflow.com/questions/9232568/identifying-the-dependency-relationship-for-python-packages-installed-with-pip

show specloud Package specloud Version 0.4.4 Requires nose figleaf pinocchio there are the dependencies packages. until they accept..