﻿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
3310	manage.py test does not work if there is not a model.py in the application	cmgreen@…	nobody	"I have a project where I am not using any models.  My appdir looked like 

{{{
   app/views.py
   app/__init__.py
   app/tests.py
}}}

 I created a tests.py and the get_apps would fail to find the application, even though it was listed under installed apps. When running ./manage.py test app, it would fail saying there was no application with that label.

"	defect	closed	Testing framework	dev	normal	duplicate		akaihol+django@…	Accepted	1	0	1	0	0	0
