django-ignoretests 0.2
Select some django apps and ignore theirs tests
Latest Version: 0.3.2
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
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| django-ignoretests-0.2.tar.gz (md5) | Source | 2011-05-05 | 2KB | 781 | |
- Author: Johan Charpentier
- Home Page: https://github.com/cyberj/django-ignoretests
- License: MIT
- Categories
- Package Index Owner: bearstech
- DOAP record: django-ignoretests-0.2.xml
