{ "info": { "author": "Philipp Hossner", "author_email": "philipp.hossner@posteo.de", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "django-mutpy\n============\n\n|Build Status| |Coverage Status| |Code Climate|\n\nDjango integration for the mutation testing framework `MutPy`_.\n\nMutPy is a mutation test framework for Python. It basically seeds a bug\ninto your code and then runs your unit tests to see if they find it.\nMutation testing helps to identify flaws in your tests. Because if your\ntests can not uncover obvious bugs, they will also not uncover complex\nones.\n\nThis Django app eases the integration of MutPy into your Django project.\nIt takes care of setting up the Django environment for the tests and\nfinding the unit tests and the production code.\n\nRequirements\n------------\n\n- Python >= 3.3\n- MutPy >= 0.5.1\n\nInstallation\n------------\n\nFirst install the module.\n\nEither\n\n::\n\n pip install django-mutpy\n\nor download the repository and\n\n::\n\n git clone https://github.com/phihos/django-mutpy.git\n cd django-mutpy\n python setup.py install\n\nThen add django\\_mutpy to the list of installed apps.\n\n.. code:: python\n\n INSTALLED_APPS = [\n ...\n 'django_mutpy',\n ...\n ]\n\nUsage\n-----\n\nRun\n\n::\n\n python manage.py muttest ... [--modules ]\n\n.. _MutPy: https://github.com/mutpy/mutpy\n.. |Build Status| image:: https://travis-ci.org/phihos/django-mutpy.svg?branch=master\n :target: https://travis-ci.org/phihos/django-mutpy\n.. |Coverage Status| image:: https://coveralls.io/repos/github/phihos/django-mutpy/badge.svg?branch=master\n :target: https://coveralls.io/github/phihos/django-mutpy?branch=master\n.. |Code Climate| image:: https://codeclimate.com/github/phihos/django-mutpy/badges/gpa.svg\n :target: https://codeclimate.com/github/phihos/django-mutpy", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/phihos/django-mutpy", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "django-mutpy", "package_url": "https://pypi.org/project/django-mutpy/", "platform": "", "project_url": "https://pypi.org/project/django-mutpy/", "project_urls": { "Homepage": "https://github.com/phihos/django-mutpy" }, "release_url": "https://pypi.org/project/django-mutpy/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "Mutation testing with MutPy for Django.", "version": "0.1.2" }, "last_serial": 3106132, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "894ff9d07945f36d7c29648283af9174", "sha256": "a57132ea348624007840f0b17026c7b4210fd6c6b3303c1de7305d011f9072c4" }, "downloads": -1, "filename": "django-mutpy-0.1.2.tar.gz", "has_sig": false, "md5_digest": "894ff9d07945f36d7c29648283af9174", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3999, "upload_time": "2017-08-18T11:46:03", "url": "https://files.pythonhosted.org/packages/7c/bc/71e90666c99c462a33f1515c9c65ecf04cf0608333a3ae23f514dc1787bb/django-mutpy-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "894ff9d07945f36d7c29648283af9174", "sha256": "a57132ea348624007840f0b17026c7b4210fd6c6b3303c1de7305d011f9072c4" }, "downloads": -1, "filename": "django-mutpy-0.1.2.tar.gz", "has_sig": false, "md5_digest": "894ff9d07945f36d7c29648283af9174", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3999, "upload_time": "2017-08-18T11:46:03", "url": "https://files.pythonhosted.org/packages/7c/bc/71e90666c99c462a33f1515c9c65ecf04cf0608333a3ae23f514dc1787bb/django-mutpy-0.1.2.tar.gz" } ] }