Ejemplo n.º 1
0
 def test_coverage(settings_module=default_settings):
     """Run tests with coverage"""
     fabutils.django_tests(settings_module, coverage=True)
Ejemplo n.º 2
0
 def test_coverage(settings_module=default_settings):
     """Run tests with coverage"""
     fabutils.django_tests(settings_module, coverage=True)
Ejemplo n.º 3
0
 def test(settings_module=default_settings):
     """Run tests"""
     fabutils.django_tests(settings_module, coverage=False)
Ejemplo n.º 4
0
 def test(settings_module=default_settings):
     """Run tests"""
     fabutils.django_tests(settings_module, coverage=False)