Hi all

I'm developing an app for a project and I would like to test it but
with models that are not from the project itself nor from the app. So
is there a way to create models that are used only in tests? In the
way that they are created only at test run and not at a normal syncdb?

Note: I'm using a directory called test/ and there I have many files
that are imported in the __init__.py
The test are running, I tried adding some models but they don't show
up in the list of table creation when running tests.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to