5 lines
111 B
Python
5 lines
111 B
Python
from django.test import TestCase as DjangoTestCase
|
|
|
|
|
|
class TestCase(DjangoTestCase):
|
|
databases = "__all__"
|