{ "info": { "author": "Michael Teo", "author_email": "miketeo@miketeo.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Topic :: Software Development :: Testing" ], "description": "PyMuTester is tool to facilitate Mutant Testing (a.k.a Mutant Analysis or Program Mutation)\non software systems written in Python. Its main purpose is to assist you in improving your\nexisting unit tests to cover missing checks and \"loopholes\" in your testing.\nIt works by making small changes (technically known as mutants) to your Python application's\nsource code and re-run your unit tests over these mutated application source code. Since the\nmutants usually go against the specifications, your unit tests should fail in such tests.\nIf the unit tests still pass, then that is an indication that your unit tests might have\nmissed out some checks!\n\nPlease visit http://miketeo.net/wp/index.php/projects/python-mutant-testing-pymutester\nfor more details on how to use PyMuTester in your testing.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://miketeo.net/wp/index.php/projects/python-mutant-testing-pymutester", "keywords": "mutant unit testing", "license": "Apache License version 2.0", "maintainer": null, "maintainer_email": null, "name": "pymutester", "package_url": "https://pypi.org/project/pymutester/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pymutester/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://miketeo.net/wp/index.php/projects/python-mutant-testing-pymutester" }, "release_url": "https://pypi.org/project/pymutester/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Python Mutant Tester (PyMuTester) facilitates mutant testing for python applications", "version": "0.1.0" }, "last_serial": 347542, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "56d498969e2c10f092a7dba971da5a54", "sha256": "e52a4bfbb00a1070bbc5ed6a5cd95afa2b70c680933ece3426d3180a4503d47d" }, "downloads": -1, "filename": "pymutester-0.1.0.tar.gz", "has_sig": false, "md5_digest": "56d498969e2c10f092a7dba971da5a54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27089, "upload_time": "2011-11-26T16:46:06", "url": "https://files.pythonhosted.org/packages/ea/18/7fe3b6f93b786b031bfa7fb5b4ccd6b05d5115d8423e6b01a6035ad5032f/pymutester-0.1.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "185b663c2b11ade1832f3eab11b1e12d", "sha256": "fd89f6a9fa846b102ce999a415d35072c429146cb33eebe7bc34267f4adcf70b" }, "downloads": -1, "filename": "pymutester-0.1.0.zip", "has_sig": false, "md5_digest": "185b663c2b11ade1832f3eab11b1e12d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37880, "upload_time": "2011-11-26T16:46:13", "url": "https://files.pythonhosted.org/packages/51/3f/8ff7adf9a1855e46525f4b061f024d8d4a2b25f97a63e88012e9f2c9cfc4/pymutester-0.1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "56d498969e2c10f092a7dba971da5a54", "sha256": "e52a4bfbb00a1070bbc5ed6a5cd95afa2b70c680933ece3426d3180a4503d47d" }, "downloads": -1, "filename": "pymutester-0.1.0.tar.gz", "has_sig": false, "md5_digest": "56d498969e2c10f092a7dba971da5a54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27089, "upload_time": "2011-11-26T16:46:06", "url": "https://files.pythonhosted.org/packages/ea/18/7fe3b6f93b786b031bfa7fb5b4ccd6b05d5115d8423e6b01a6035ad5032f/pymutester-0.1.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "185b663c2b11ade1832f3eab11b1e12d", "sha256": "fd89f6a9fa846b102ce999a415d35072c429146cb33eebe7bc34267f4adcf70b" }, "downloads": -1, "filename": "pymutester-0.1.0.zip", "has_sig": false, "md5_digest": "185b663c2b11ade1832f3eab11b1e12d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37880, "upload_time": "2011-11-26T16:46:13", "url": "https://files.pythonhosted.org/packages/51/3f/8ff7adf9a1855e46525f4b061f024d8d4a2b25f97a63e88012e9f2c9cfc4/pymutester-0.1.0.zip" } ] }