django-test-coverage

Get the coverage of your Django application
Download

django-test-coverage Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Stefan Tjarks
  • Publisher web site:
  • http://tjarks.de

django-test-coverage Tags


django-test-coverage Description

Get the coverage of your Django application django-test-coverage is an extended version of the default Django test runner. It adds the ability to get coverage reports from defined modules or tested apps.Usage:Simple add the line TEST_RUNNER = 'django-test-coverage.runner.run_tests'to your django settings file. If you run the test with python manage.py test zoothe test runner will evaluate all modules in the app zoo and add them to the coverage report. You can also specify a set of modules by adding the line COVERAGE_MODULES = ('zoo.baer', 'zoo.lion')to your settings file. In this example zoo should be replaced with your application name and baer/lion with your module included in the reported. Requirements: · Django · Python Limitations: · So far no implementation to wrap around djangos PostGIS test runner.


django-test-coverage Related Software