> The doc about defining a different test runner starts with the assumption > you are not using Django's test framework -- I read that to mean you are not > using django.test.TestCase tests, for example. You can't just rip out the > database-create/destroy parts of the test runner and still expect to run > django.test.TestCase tests to still run, since they do assume a database > exists.
OK, thanks for the info. I misinterpreted RKM's advice as saying that a database is not needed, whereas it now (having read your message) looks like he meant that a database is needed, but not necessarily through Django's ORM. - Jarkko Laiho --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

