django-ignoretests

Select some django apps and ignore theirs tests
Download

django-ignoretests Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Publisher Name:
  • Johan Charpentier
  • Publisher web site:
  • http://bearstech.com

django-ignoretests Tags


django-ignoretests Description

Select some django apps and ignore theirs tests django-ignoretests is a Django app to ignore some tests from a Django project.https://github.com/cyberj/django-ignoretestsUsage: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" Requirements: · Python · Django What's New in This Release: · Add Jenkins compatibility


django-ignoretests Related Software