Hello dear developers, I need your help in creating a test suit similar to Django's in the sense that tests are in separate folders (modules), each might contain models of their own.
I cheated from the runtests.py Django have, edited out some warning and so. The problem is that the apps are not "migrated" and the test fail not finding `auth_user` , and if the migration folder exists the test fails not finding the database table. What might be wrong here ?! Thank you in advance. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/bd6d7d5b-3270-4461-a507-b43a4b3b5bf3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

