8000 GitHub - cyberj/django-ignoretests: Tells Django to ignore given application's test
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cyberj/django-ignoretests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-ignoretests2

Application to ignore some tests from a Django project (1.6 comptatible).

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"

About

Tells Django to ignore given application's test

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages

0