Last updated:
0 purchases
pimple 0.2.3
Summarize your unit tests
pimple is a tool for compiling a summary of your unit tests.
Usage
Install pimple from PyPI with:
$ pip install pimple
Run pimple in your project directory with:
$ pimple tests/
(substitute the directory that contains your tests)
The testcase_summary.rst file can be found in the directory you run the script from.
You can also specify an output file.
N.B. The output will be formatted as reStructuredText.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.