mirror of
https://github.com/django/django.git
synced 2025-01-22 00:02:15 +00:00
Fixed #25826 -- Improved help text for the --parallel option
This was overlooked in 81f5d63218851f90bd83c1263d9a427db84d6082.
This commit is contained in:
parent
81f5d63218
commit
ab33269b00
@ -392,8 +392,8 @@ class DiscoverRunner(object):
|
||||
help='Prints logged SQL queries on failure.')
|
||||
parser.add_argument(
|
||||
'--parallel', dest='parallel', nargs='?', default=1, type=int,
|
||||
const=default_test_processes(),
|
||||
help='Run tests in parallel processes.')
|
||||
const=default_test_processes(), metavar='N',
|
||||
help='Run tests using up to N parallel processes.')
|
||||
|
||||
def setup_test_environment(self, **kwargs):
|
||||
setup_test_environment()
|
||||
|
Loading…
x
Reference in New Issue
Block a user