﻿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
22448	django test command runs wrong tests if test module has no tests	Chris Jerdonek	nobody	"The Django test command seems to behave incorrectly if passed a test module that has no tests.

For example, if passed test label `foo.bar` corresponding to module `foo.bar` and `foo.bar` has no tests, the command seems to discover and run all tests in `foo.*`, which is more than it should.

This behavior made it much harder to troubleshoot the fact that one of my test modules mistakenly had no tests.  If given a module with no tests, Django should report back with a message like ""0 tests found in ---"" or simply run no tests."	Bug	closed	Testing framework	1.6	Normal	fixed	test discovery,test runner,test command,test label	chris.jerdonek@…	Accepted	0	0	0	0	0	0
