Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#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?

Change History (4)

comment:1 by Baptiste Mispelon, 8 years ago

Has patch: set
Version: 1.81.9rc1

comment:2 by Tim Graham, 8 years ago

Triage Stage: UnreviewedReady for checkin

Fine with me.

comment:3 by Baptiste Mispelon <bmispelon@…>, 8 years ago

Resolution: fixed
Status: newclosed

In ab33269:

Fixed #25826 -- Improved help text for the --parallel option

This was overlooked in 81f5d63218851f90bd83c1263d9a427db84d6082.

comment:4 by Baptiste Mispelon <bmispelon@…>, 8 years ago

In b5ff75da:

[1.9.x] Fixed #25826 -- Improved help text for the --parallel option

This was overlooked in 81f5d63218851f90bd83c1263d9a427db84d6082.
Backport of ab33269b00858de7c37196a1ea044ce2080fd852 from master.

Note: See TracTickets for help on using tickets.
Back to Top