Application to ignore some tests from a Django project (1.6 comptatible).
https://github.com/cyberj/django-ignoretests
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 <http://github.com/kmmbvnr/django-jenkins>
_ also add to your settings.py::
JENKINS_TEST_RUNNER="ignoretests.jenkins.JenkinsIgnoreTestSuiteRunner"
2014-05-13 - 0.4.1
2014-02-15 - 0.4
2013-11-21 - 0.3.3
2012-04-19 - 0.3.2
2012-04-10 - 0.3
2011-05-05 - 0.2
2011-02-13
Version | Tag | Published |
---|---|---|
0.4.1 | 8yrs ago | |
0.4 | 8yrs ago |