{ "info": { "author": "Michael Stephens", "author_email": "me@mikej.st", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "What is mutant?\n===============\n\nMutant is a simple mutation testing framework for Python. It is currently only a proof of concept.\n\nWhat is mutation testing?\n-------------------------\n\nMutation testing is a method for determining how complete your unit tests are. A small mutation is introduced into your code (e.g. a '<' is changed to a '<=') and then your tests are run. If your tests still pass then the code which was changed was (probably) not being completely tested.\n\nHow does mutant work?\n---------------------\n\nGiven a module, mutant will iterate over all of its top-level functions, modifying their bytecode to introduce mutations and then making sure that the module's doctests fail.\n\nTo run: ::\n\n $ python mutant.py ", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/mikejs/mutant", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "mutant", "package_url": "https://pypi.org/project/mutant/", "platform": "any", "project_url": "https://pypi.org/project/mutant/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/mikejs/mutant" }, "release_url": "https://pypi.org/project/mutant/0.1/", "requires_dist": null, "requires_python": null, "summary": "Mutation testing for Python", "version": "0.1" }, "last_serial": 795111, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c7b918ce1f2615f6486068cf112cebe0", "sha256": "06c7f0a146783b879f8bbc113105afe73754a917789a645ba29662cbd054c12c" }, "downloads": -1, "filename": "mutant-0.1.tar.gz", "has_sig": false, "md5_digest": "c7b918ce1f2615f6486068cf112cebe0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4629, "upload_time": "2010-05-01T05:44:26", "url": "https://files.pythonhosted.org/packages/f6/86/d40e66b2db96060d58a6da9995da6d2a0037294588a0e86f83f5ae36e7b4/mutant-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c7b918ce1f2615f6486068cf112cebe0", "sha256": "06c7f0a146783b879f8bbc113105afe73754a917789a645ba29662cbd054c12c" }, "downloads": -1, "filename": "mutant-0.1.tar.gz", "has_sig": false, "md5_digest": "c7b918ce1f2615f6486068cf112cebe0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4629, "upload_time": "2010-05-01T05:44:26", "url": "https://files.pythonhosted.org/packages/f6/86/d40e66b2db96060d58a6da9995da6d2a0037294588a0e86f83f5ae36e7b4/mutant-0.1.tar.gz" } ] }