﻿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
2916	[patch] create_test_db() in the django's unittest framework is supposed to automatically run syncdb	remco@…	Russell Keith-Magee	According to the documentation (http://www.djangoproject.com/documentation/testing/) django.test.util.create_test_db is supposed to do a syncdb. In the current implementation django's own simple testrunner does the syncdb. This patch moves the call to syncdb from simple.py to utils.py so people using other test frameworks (I use py.test) will also have an automatic syncdb.	defect	closed	Testing framework	dev	normal	fixed			Ready for checkin	1	0	0	0	0	0
