Metadata-Version: 2.1
Name: cosmic-ray
Version: 6.1.1
Summary: Mutation testing
Home-page: http://github.com/sixty-north/cosmic-ray
Author: Sixty North AS
Author-email: austin@sixty-north.com
License: MIT License
Description: |Python version| |Build Status| |Code Health| |Code Coverage| |Documentation|
        
        Cosmic Ray: mutation testing for Python
        =======================================
        
        *"Four human beings -- changed by space-born cosmic rays into something
        more than merely human."* *— The Fantastic Four*
        
        Cosmic Ray is a mutation testing tool for Python 3.
        
        It makes small changes to your source code, running your test suite for each
        one. Here's how the mutations look:
        
        .. image:: docs/source/cr-in-action.gif
        
        |full_documentation|_
        
        Contributing
        ------------
        
        The easiest way to contribute is to use Cosmic Ray and submit reports for defects or any other issues you come across.
        Please see CONTRIBUTING.rst for more details.
        
        .. |Python version| image:: https://img.shields.io/badge/Python_version-3.5+-blue.svg
           :target: https://www.python.org/
        .. |Build Status| image:: https://travis-ci.org/sixty-north/cosmic-ray.svg?branch=master
           :target: https://travis-ci.org/sixty-north/cosmic-ray
        .. |Code Health| image:: https://landscape.io/github/sixty-north/cosmic-ray/master/landscape.svg?style=flat
           :target: https://landscape.io/github/sixty-north/cosmic-ray/master
        .. |Code Coverage| image:: https://codecov.io/gh/sixty-north/cosmic-ray/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/Vimjas/covimerage/branch/master
        .. |Documentation| image:: https://readthedocs.org/projects/cosmic-ray/badge/?version=latest
           :target: http://cosmic-ray.readthedocs.org/en/latest/
        .. |full_documentation| replace:: **Read the full documentation at readthedocs.**
        .. _full_documentation: http://cosmic-ray.readthedocs.org/en/latest/
        
Keywords: testing
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Provides-Extra: test
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: celery4_engine
