﻿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
26942	support subtests when running tests in parallel	Chris Jerdonek	Chris Jerdonek	"When I try running unit tests using the `--parallel` option [https://docs.djangoproject.com/en/1.9/ref/django-admin/#cmdoption-test--parallel described here], I get the following error:

> NotImplementedError: subtests aren't supported at this time

[https://github.com/django/django/blob/32cf01c1c1dcd5fa5d700d0e5117778caf947b74/django/test/runner.py#L164 Here] is where this message originates in the code. Was this planned for a future version? Thanks.

"	New feature	closed	Testing framework	1.9	Normal	fixed			Accepted	1	0	0	0	0	0
