﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
29704	manage.py test --testrunner doesn't work if not followed by an equals sign	Matthijs Kooijman	nobody	"The testrunner that is used can define an `add_arguments()` method to specify additional commandline arguments for the `test` management command. To make this work even when the testrunner to be used is specified on the commandline, the `test` command prescans the commandline for the `--testrunner` option, to call the runner's `add_arguments()` before the actual commandline parsing happens.

Previously, the prescanning only considers options looking like `--testrunner=foo`, while the real parsing also accepts options like `--testrunner foo`. In the latter case, additional arguments defined by the testrunner are not be accepted.

A PR is available here, which includes testcases showing the problem: https://github.com/django/django/pull/10307"	Bug	closed	Core (Management commands)	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
