{ "info": { "author": "stj", "author_email": "stefan (at) tjarks (dot) de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Testing" ], "description": "Django Test Coverage\r\n====================\r\n\r\nOverview\r\n--------\r\n\r\nThe test runner is an extended version of the default Django test runner. It\r\nadds the ability to get coverage reports from defined modules or tested apps.\r\n\r\nIt requires Ned Batchelder's coverage.py: http://nedbatchelder.com/code/modules/coverage.html\r\n\r\nUsage\r\n-----\r\n\r\nSimple add the line\r\n\r\n TEST_RUNNER = 'django_test_coverage.runner.run_tests'\r\n\r\nto your Django settings file. If you run the test with\r\n\r\n python manage.py test foo\r\n\r\nthe test runner will evaluate all modules in the app *foo* and add them to the\r\ncoverage report. You can also specify a set of modules by adding the line\r\n\r\n COVERAGE_MODULES = ('foo.bar', 'foo.baz')\r\n\r\nto your settings file. In this example *foo* should be replaced with your\r\napplication name and *bar/baz* with your module included in the reported.\r\n\r\nLimitations\r\n-----------\r\n\r\nThere is no implementation to wrap around Django's PostGIS test runner.\r\n\r\n\r\nChangelog\r\n=========\r\n\r\n0.1 (2009-03-03)\r\n----------------\r\n\r\n- Initial Release\r\n\r\n0.2 (2012-08-07)\r\n----------------\r\n\r\n- New maintainer\r\n- Added Django 1.4 compatibility\r\n- Added support for specifying a default set of apps to perform coverage on\r\n- Misc bugfixes & cleanup", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/srosro/django-test-coverage/zipball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/srosro/django-test-coverage", "keywords": "django,test,coverage", "license": "MIT", "maintainer": "srosro", "maintainer_email": "sam at odio dt com", "name": "django-test-coverage", "package_url": "https://pypi.org/project/django-test-coverage/", "platform": "linux,unix,windows,mac", "project_url": "https://pypi.org/project/django-test-coverage/", "project_urls": { "Download": "https://github.com/srosro/django-test-coverage/zipball/master", "Homepage": "http://github.com/srosro/django-test-coverage" }, "release_url": "https://pypi.org/project/django-test-coverage/0.2/", "requires_dist": null, "requires_python": null, "summary": "A simple way to get your Django application's test coverage.", "version": "0.2" }, "last_serial": 985524, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c31fb1c22c3f9159734d1289afc58f8a", "sha256": "8325d1c41f9cd960bef607102d71bb9a6cbdf3f8ee65064c9ec0c5de8df1660d" }, "downloads": -1, "filename": "django-test-coverage-0.1.tar.gz", "has_sig": false, "md5_digest": "c31fb1c22c3f9159734d1289afc58f8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5631, "upload_time": "2009-03-23T05:04:38", "url": "https://files.pythonhosted.org/packages/3f/9d/89f19a7cf71beca5585d89c6cbf44bdfdbc62bf797e130d0b1932e082c3c/django-test-coverage-0.1.tar.gz" } ], "0.2": [] }, "urls": [] }