Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from rest_framework.test import APITestCase
|
||||
|
||||
|
||||
class TestItWorks(APITestCase):
|
||||
def test_it_works(self):
|
||||
assert 1 == 1
|
||||
Reference in New Issue
Block a user