pimple

Summarize your unit tests


License
MIT
Install
pip install pimple==0.1.3

Documentation

pimple

Summarize your unit tests
https://img.shields.io/pypi/v/pimple.svg?label=PyPI&logo=python&logoColor=white

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.

Why pimple?

"There are only two hard things in Computer Science: cache invalidation and naming things."

—Phil Karlton

I used a random word generator.