django-coverage

Django Test Coverage App
Download

django-coverage Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • George Song and Mikhail Korobov
  • Publisher web site:
  • http://bitbucket.org/kmike/

django-coverage Tags


django-coverage Description

Django Test Coverage App django-coverage is a test coverage reporting tool that utilizes Ned Batchelder's excellent coverage.py to show how much of your code is exercised with your tests.How do I use it?Install as a Django app 1. Place the entire test_coverage app in your third-party apps directory. 2. Update your settings.INSTALLED_APPS to include test_coverage. 3. Include test coverage specific settings in your own settings file. See settings.py for more detail.Once you've completed all the steps, you'll have a new custom command available to you via manage.py test_coverage. It works just like manage.py test.Use it as a test runnerYou don't have to install test_coverage as an app if you don't want to. You can simply use the test runner if you like. 1. Update settings.TEST_RUNNER = 'test_coverage.coverage_runner.run_tests' 2. Include test coverage specific settings in your own settings file. See settings.py for more detail. 3. Run manage.py test like you normally do.And that's it. Requirements: · Django · Coverage · Python


django-coverage Related Software