south.management.commands.test: 6 total statements, 0.0% covered

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

  1. from django.core.management.commands import test
  2. from south.management.commands import patch_for_test_db_setup
  3. class Command(test.Command):
  4. def handle(self, *args, **kwargs):
  5. patch_for_test_db_setup()
  6. super(Command, self).handle(*args, **kwargs)