Metadata-Version: 1.1
Name: NitPycker
Version: 0.1
Summary: A multithreaded test runner
Home-page: https://github.com/BenjaminSchubert/NitPycker
Author: Benjamin Schubert
Author-email: ben.c.schubert@gmail.com
License: MIT
Download-URL: https://github.com/BenjaminSchubert/NitPycker/tar.gz/0.1
Description: NitPycker : parallelism for python's unittests
        ==============================================
        
        
        .. image:: https://travis-ci.org/BenjaminSchubert/NitPycker.svg
            :target: https://travis-ci.org/BenjaminSchubert/NitPycker
        .. image:: https://coveralls.io/repos/BenjaminSchubert/NitPycker/badge.svg?branch=master&service=github
          :target: https://coveralls.io/github/BenjaminSchubert/NitPycker?branch=master
        .. image:: https://readthedocs.org/projects/nitpycker/badge/?version=latest
            :target: http://nitpycker.readthedocs.org/en/latest/?badge=latest
            :alt: 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
        
        
        .. _readthedocs: http://nitpycker.readthedocs.org/en/latest/
        .. _quick start: http://nitpycker.readthedocs.org/en/latest/#quickstart
        
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Testing
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
