4 lines
76 B
Python
4 lines
76 B
Python
from django.test import TestCase # noqa: F401
|
|
|
|
# Create your tests here.
|
from django.test import TestCase # noqa: F401
|
|
|
|
# Create your tests here.
|