--
Ticket URL: <https://code.djangoproject.com/ticket/34981>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
Comment:
Makes sense!
--
Ticket URL: <https://code.djangoproject.com/ticket/34981#comment:1>
* owner: nobody => yushan
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/34981#comment:2>
* type: Uncategorized => New feature
* easy: 1 => 0
Comment:
Looking at how intertwined the code for these options is with other code
in `runtests.py` (even
[https://github.com/django/django/blob/00a950f923435188a6c1d4ccdcb42c37cdc3976a/tests/runtests.py#L509
hardcoding certain Django tests apps]), I doubt this is "easy pickings."
--
Ticket URL: <https://code.djangoproject.com/ticket/34981#comment:3>
* owner: yushan => (none)
* status: assigned => new
--
Ticket URL: <https://code.djangoproject.com/ticket/34981#comment:4>
* owner: (none) => Sulabh Katila
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/34981#comment:5>
* cc: Adam Johnson (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/34981#comment:6>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/34981#comment:7>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/34981#comment:8>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/34981#comment:9>
* needs_better_patch: 0 => 1
* needs_tests: 0 => 1
* needs_docs: 0 => 1
Comment:
Hi Sulabh, tests and documentation are also required. Ideally, we wouldn't
duplicate all the similar code in `runtests.py` as well.
--
Ticket URL: <https://code.djangoproject.com/ticket/34981#comment:10>
Hi Tim, I have made some changes and added the tests and documentation. I
tested it with a sample project, and it seems to be working now.
--
Ticket URL: <https://code.djangoproject.com/ticket/34981#comment:11>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/34981#comment:12>