> Django allows you to define a custom test runner. Copy > django.tests.simple.run_tests() into your own code, removing the calls > to create and destroy the test database. Then set TEST_RUNNER in your > settings file to point at the new runner. Hello! I see many similar bugreports and wishes which was closed with this proposal.
Unfortunately this will not work with recent django versions. Errors like AttributeError: 'Settings' object has no attribute 'DATABASE_SUPPORTS_TRANSACTIONS' Please help solving this issue. -- You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en.
