mirror of
https://github.com/jazzband/django-discover-jenkins.git
synced 2026-03-16 22:20:28 +00:00
Update README.md
This commit is contained in:
parent
f3eea00cb4
commit
7bc5cc3c9b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
|||
django-discover-jenkins
|
||||
=======================
|
||||
|
||||
A minimal fork of django-jenkins designed to work with the discover runner, made with simplicity in mind.
|
||||
A streamlined fork of django-jenkins designed to work with the default test command and the discover runner.
|
||||
|
||||
Why?
|
||||
----
|
||||
|
||||
The original [django-jenkins](https://github.com/kmmbvnr/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](https://github.com/jezdez/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.
|
||||
This project is also designed to take advantage of [django-discover-runner](https://github.com/jezdez/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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue