Generated: Wed 2013-03-13 10:33 CET
Source file: /media/Envs/Envs/filer-gallery/lib/python2.7/site-packages/south/management/commands/test.py
Stats: 0 executed, 4 missed, 2 excluded, 2 ignored
from django.core.management.commands import test
from south.management.commands import patch_for_test_db_setup
class Command(test.Command):
def handle(self, *args, **kwargs):
patch_for_test_db_setup()
super(Command, self).handle(*args, **kwargs)