Skip to main content

Ignore tests of given django apps

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="ignoretests.jenkins.JenkinsIgnoreTestSuiteRunner"

Changelog

2012-04-10 - 0.3

  • Add a try-except block so that django apps that do not have models.py file do not break the test run

  • Doc fixes

2011-05-05 - 0.2

  • Add Jenkins compatibility

2011-02-13

  • Initial release

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-ignoretests-0.3.1.tar.gz (2.4 kB view details)

Uploaded Source

File details

Details for the file django-ignoretests-0.3.1.tar.gz.

File metadata

File hashes

Hashes for django-ignoretests-0.3.1.tar.gz
Algorithm Hash digest
SHA256 ce4e112882e0d6988765bbd3afa4528e163fcf6d76bea43953006bc14fa03b1b
MD5 7e8624ff3d8a6b0ec8c91c86a6028794
BLAKE2b-256 81d2178ff0768cdbfecda12df276e7b90af253930216ff4e1e8e769d4882fb14

See more details on using hashes here.

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