A streamlined fork of django-jenkins designed to work with the default test command and the discover runner
Find a file
Brandon Konkle 4de4cba25f Add jshint
2013-07-31 02:10:46 -05:00
discover_jenkins Add jshint 2013-07-31 02:10:46 -05:00
.gitignore Boilerplate 2013-07-30 20:09:34 -05:00
AUTHORS.md Importing some more from django-jenkins, and working on stripping it down 2013-07-30 21:51:38 -05:00
LICENSE Boilerplate 2013-07-30 20:09:34 -05:00
MANIFEST.in Importing some more from django-jenkins, and working on stripping it down 2013-07-30 21:51:38 -05:00
README.md Importing some more from django-jenkins, and working on stripping it down 2013-07-30 21:51:38 -05:00
setup.py Importing some more from django-jenkins, and working on stripping it down 2013-07-30 21:51:38 -05:00

django-discover-jenkins

A minimal fork of django-jenkins designed to work with the discover runner, made with simplicity in mind.

Why?

The original django-jenkins project doesn't take advantage of improvements to testing introduced in Django 1.4. A special management command is no longer needed, as test runners themself can add options that are handled by the built-in test command.

This project is also designed to take advantage of django-discover-runner, which is the default test runner in Django 1.6. Instead of using a setting to list which apps should be tested, it uses the soon-to-be built-in discovery features of the discover runner.