#5624: Add pre_test signal ----------------------------+----------------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new | Component: Uncategorized Version: SVN | Keywords: Stage: Unreviewed | Has_patch: 1 ----------------------------+----------------------------------------------- As #5608 was rejected but in our setup we'd still like to be able to load test data in the test database, without polluting the actual doctests (which are mostly used for example/documentation purposes), I went another route and created a new signal, similar to post_syncdb. It's called pre_test and is sent after test database creation, before tests are run. This way it is possible to do some pre-test setup in application management modules (I eg use it to run call_command to loaddata some test_data fixture).
-- Ticket URL: <http://code.djangoproject.com/ticket/5624> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en -~----------~----~----~----~------~----~------~--~---
