﻿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
13025	Test runner should print failed test path in format that is accepted by `manage.py test ...`	Piotr Czachur	nobody	"When I run all test and some of them fail I see
{{{
FAIL: ""test_function_name (projectname.appname.tests.TestCaseName)"".
}}}

Now when I want to run this single test (which happens very often) I need to manualy compose parameter for `manage.py test` like this:
{{{
manage.py test appname.TestCaseName.test_function_name
}}}
It would be handy if test runner printed failed test path, that can be directly used for `manage.py test`:
{{{
FAIL: test_function_name (appname.TestCaseName.test_function_name)
}}}"		closed	Testing framework	dev		wontfix			Unreviewed	0	0	0	0	0	0
