Metadata-Version: 2.1
Name: pimple
Version: 0.2.2
Summary: Summarize your unit tests
Home-page: https://github.com/samueljsb/pimple
Author: Samuel Searles-Bryant
Author-email: devel@samueljsb.co.uk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Dist: click

pimple
======

    Summarize your unit tests

.. image:: https://img.shields.io/pypi/v/pimple.svg?label=PyPI&logo=python&logoColor=white
    :target: https://pypi.org/project/pimple
.. image:: https://img.shields.io/github/license/samueljsb/pimple.svg
    :target: https://opensource.org/licenses/MIT
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/ambv/black

``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.


