mirror of
https://github.com/jazzband/django-discover-jenkins.git
synced 2026-03-16 22:20:28 +00:00
Added to jazzband
This commit is contained in:
parent
caab2ba679
commit
43443d0afc
1 changed files with 4 additions and 9 deletions
13
README.md
13
README.md
|
|
@ -1,8 +1,10 @@
|
|||
django-discover-jenkins
|
||||
=======================
|
||||
|
||||
[](https://crate.io/packages/django-discover-jenkins) [](https://drone.io/github.com/lincolnloop/django-discover-jenkins/latest) [](https://crate.io/packages/django-discover-jenkins/)
|
||||
|
||||
.. image:: https://jazzband.co/static/img/badge.svg
|
||||
:alt: Jazzband
|
||||
:target: https://jazzband.co/
|
||||
|
||||
A streamlined fork of django-jenkins designed to work with the default test command and the discover runner.
|
||||
|
||||
[Read the Docs](https://django-discover-jenkins.readthedocs.org/)
|
||||
|
|
@ -22,10 +24,3 @@ What's Changed?
|
|||
* **No management commands are provided.** Since Django 1.4, the built in 'test' command has allowed the test runner to define additional options that the management command will accept.
|
||||
* **It doesn't use signals.** Instead of using the event/callback style of signals and using `inspect.getmembers` to connect everything, the test runner simply checks for key methods on each task the same way Django's request handler checks for methods on middleware.
|
||||
* **Not everything works yet.** Only a subset of the django-jenkins tasks have been ported at this point. I'd love to accept your pull requests to add more of them.
|
||||
|
||||
Who?
|
||||
----
|
||||
|
||||
First and foremost, the authors of [django-jenkins](https://github.com/kmmbvnr/django-jenkins) are responsible for the basis of most of this code. I ([Brandon Konkle](https://github.com/bkonkle)) just took it apart and put it back together again in a different way, then fixed or reworked some things. Thank you to the contributors of that project!
|
||||
|
||||
For the full list of original authors and for the contributors to this project, see the AUTHORS.md file.
|
||||
|
|
|
|||
Loading…
Reference in a new issue