I just started exploring Django's test framework, and it looks like it'll be fantastic once I get it working. However, while trying to run a very simple test (just to figure out how to use the test features), I noticed that the test database that's being created doesn't contain all of the tables I would expect (i.e., not all of the ones in the normal database). Since some tables are missing, the tests don't work.
I'm importing the models that normally go in these tables, but they still aren't showing up. I've read the documentation here: http://docs.djangoproject.com/en/dev/topics/testing/ , but didn't see anything that addresses this: it just blithely states that a test database will be created. I'm sure it's just something silly, but what could I be missing that would lead to missing test tables? peppergrower --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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 -~----------~----~----~----~------~----~------~--~---