Add test skeleton
This commit is contained in:
parent
5bae979cf3
commit
c31089fd0f
2 changed files with 7 additions and 0 deletions
0
manuels/tests/__init__.py
Normal file
0
manuels/tests/__init__.py
Normal file
7
manuels/tests/test_inscription.py
Normal file
7
manuels/tests/test_inscription.py
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
from django.test import TestCase
|
||||||
|
|
||||||
|
|
||||||
|
class MyTestCase(TestCase):
|
||||||
|
def test_something(self):
|
||||||
|
self.assertEqual(True, False)
|
||||||
|
|
Loading…
Reference in a new issue