﻿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
8010	adding support for multiple test files for applications	Evgeny Sizikov	nobody	"It would be very handy for a complex applications if Django 1.0 would support not a single 'tests.py' unit test file, but multi-file test suites like:
{{{
app2/
  tests.py
  ...
app3/tests/
  test_simple.py
  test_connect.py
  test_utils.py
  ...
}}}

I've made a fast and dirty support for such a thing (please see patch attached)."		closed	Testing framework	dev		wontfix			Unreviewed	1	0	0	0	0	0
