Skip to main content

Jannis Leidel and Carl Meyer's django-discover-runner with coverage.

Project description

Combines Mikhail Korobov’s django-coverage with Jannis Leidel and Carl Meyer’s django-discover-runner.

Usage

One of the objectives of django-discover-runner is to allow separating a Django app’s tests from the code it’s testing. Since tests no longer reside in an app, django-discoverage needs a different way to know which apps to include in the coverage report. It currently collects apps (packages) by looking for an attribute (by default TESTS_APPS) on each TestCase instance in the suite.

For example:

class MyTestCase(TestCase):
    TESTS_APPS = ('mycoolapp', 'myproject.anothercoolapp')
    ...

All modules in the listed apps (except those specified in OMIT_MODULES) will appear in the standard coverage report.

Settings

APPS_TEST_CASE_ATTR

The attribute django-discoverage looks for on each TestCase instance.

OMIT_MODULES

Modules not to be traced by coverage. See the coverage API documentation for more details.

TODO

  • Investigate discovering the apps being tested from the test modules imports (this could be really annoying)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-discoverage-0.2.1.tar.gz (3.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page