On Wed, Dec 9, 2009 at 5:07 AM, spool <griff.r...@gmail.com> wrote:
> Hi I've got the same problem.
>
> Here's what I'd like to do: I'm trying to create a generic
> "time_series" app, which has models which are inherited by other apps
> but are not functional by themselves. I would like to create test
> models in tests.py, and then run unittests on them.

What you're looking for is ticket #7835.

This is a long standing problem for Django itself. For example, in
order to test contrib.admin, you need to have models defined, but the
models you need to test won't always be interesting or useful in the
general sense (in fact, they will almost never be).

Django solves this problem by having an external test suite that
consists of test applications - the tests/modeltests and
tests/regressiontests directories. This solution isn't ideal, but it
does work.

Yours,
Russ Magee %-)

--

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