﻿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
15770	Models only for testing purpose?	italo.maia@…	nobody	"I was creating a django app and, when writing tests, I noticed there could be a better way to create models that should exist only in testing environment. That would make creating tests much easier. 

One way to do it would be syncdb ignoring certain models marked for testing only. Example:


{{{
class MyModel(models.Model):
  ...
  class Meta:
    test_env = True  # or something else
}}}
"	New feature	closed	Testing framework	1.3	Normal	duplicate	test models		Unreviewed	0	0	0	0	0	0
