NitPycker

A multithreaded test runner


License
MIT
Install
pip install NitPycker==0.1

Documentation

NitPycker : parallelism for python's unittests

https://coveralls.io/repos/BenjaminSchubert/NitPycker/badge.svg?branch=master&service=github Documentation Status

NitPycker is a python module to allow you to run tests in parallel. If your code works with unittest, integrating Nitpycker should be instant.

For a complete documentation guide, please see Nitpycker's documentation on readthedocs

Quick start

See the quick start section of the docs