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
File details
Details for the file django-ignoretests-0.3.tar.gz
.
File metadata
- Download URL: django-ignoretests-0.3.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4659fdb27a719b3d9871b2270a64684bc01726d2bd7a68bc0089d33418507c80 |
|
MD5 | c595099e21d50a8734f1e820bf345519 |
|
BLAKE2b-256 | 76c603ed9b277624b382e1c4a03bac6fa6fd64a4f4f9cadb7aa84986623406b2 |