Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sixty-north/cosmic-ray
Mutation testing for Python
https://github.com/sixty-north/cosmic-ray
mutation-testing python testing
Last synced: 3 days ago
JSON representation
Mutation testing for Python
- Host: GitHub
- URL: https://github.com/sixty-north/cosmic-ray
- Owner: sixty-north
- License: mit
- Created: 2015-04-18T07:44:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T06:43:43.000Z (3 months ago)
- Last Synced: 2024-07-26T06:33:47.641Z (3 months ago)
- Topics: mutation-testing, python, testing
- Language: Python
- Size: 2.46 MB
- Stars: 553
- Watchers: 16
- Forks: 54
- Open Issues: 49
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
Awesome Lists containing this project
- awesome-python-testing - Cosmic Ray - makes small changes to your source code, running your test suite for each one. (Mutation Testing)
- starred-awesome - cosmic-ray - Mutation testing for Python (Python)
README
|Python version| |Python version windows| |Build Status| |Documentation|
Cosmic Ray: mutation testing for Python
======================================="Four human beings -- changed by space-born cosmic rays into something more than merely human."
-- The Fantastic FourCosmic 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.9+-blue.svg
:target: https://www.python.org/
.. |Python version windows| image:: https://img.shields.io/badge/Python_version_(windows)-3.9+-blue.svg
:target: https://www.python.org/
.. |Build Status| image:: https://github.com/sixty-north/cosmic-ray/actions/workflows/python-package.yml/badge.svg
:target: https://github.com/sixty-north/cosmic-ray/actions/workflows/python-package.yml
.. |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/