mirror of
https://github.com/jazzband/django-discover-jenkins.git
synced 2026-03-16 22:20:28 +00:00
A streamlined fork of django-jenkins designed to work with the default test command and the discover runner
| discover_jenkins | ||
| .gitignore | ||
| AUTHORS.md | ||
| LICENSE | ||
| MANIFEST.in | ||
| README.md | ||
| setup.py | ||
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.