gault-millau/apps/account/tests/tests_common.py
2019-09-23 15:06:55 +03:00

12 lines
192 B
Python

from rest_framework.test import APITestCase
# Create your tests here.
class AccountTests(APITestCase):
def test_default(self):
print("account")
self.assertTrue(False)