UPD: dav_base: tests!
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from django.apps import apps
|
||||
from django.test import TestCase
|
||||
from django.test import SimpleTestCase
|
||||
|
||||
|
||||
class AppsTestCase(TestCase):
|
||||
class AppsTestCase(SimpleTestCase):
|
||||
def setUp(self):
|
||||
app_config = apps.get_containing_app_config(__package__)
|
||||
self.settings = app_config.settings
|
||||
|
||||
Reference in New Issue
Block a user