Add test skeleton

This commit is contained in:
Gabriel Augendre 2021-07-10 12:10:39 +02:00
parent 5bae979cf3
commit c31089fd0f
2 changed files with 7 additions and 0 deletions

View file

View file

@ -0,0 +1,7 @@
from django.test import TestCase
class MyTestCase(TestCase):
def test_something(self):
self.assertEqual(True, False)