Files
shoppy/config/tests/test_it_works.py
T
Pablo Moreno a13eb6c9d9 Initial commit
2024-03-21 23:17:58 +01:00

7 lines
129 B
Python

from rest_framework.test import APITestCase
class TestItWorks(APITestCase):
def test_it_works(self):
assert 1 == 1