#25826 closed Cleanup/optimization (fixed)
Improve help text of --parallel option
| Reported by: | Baptiste Mispelon | Owned by: | Baptiste Mispelon |
|---|---|---|---|
| Component: | Core (Management commands) | Version: | 1.9rc1 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
In 81f5d63218851f90bd83c1263d9a427db84d6082 I tweaked the help text of runtests.py's --parallel option.
Later I discovered that I should also probably have changed the option's help text in https://github.com/django/django/blob/master/django/test/runner.py#L396.
PR incoming soon.
Is there a chance to backport this to 1.9 before the final release?
Note:
See TracTickets
for help on using tickets.
PR here: https://github.com/django/django/pull/5740.