Skip to main content

Select some django apps and ignore theirs tests

Project description

Application to ignore some tests from a Django project.

https://github.com/cyberj/django-ignoretests

Usage

Just add add to your settings.py:

TEST_RUNNER="ignoretests.DjangoIgnoreTestSuiteRunner"
IGNORE_TESTS = (
    # Apps to ignore. example : 'django.contrib.auth',
    )

If you want to use django-jenkins also add to your settings.py:

JENKINS_TEST_RUNNER="testignore.jenkins.JenkinsIgnoreTestSuiteRunner"

Changelog

2011-05-05 - Johan Charpentier <cyberj@arcagenis.org>

  • Add Jenkins compatibility

  • Tag 0.2

2011-02-13 - Johan Charpentier <cyberj@arcagenis.org>

  • Initial release

Supported by

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