manuels-scolaires/manuels/tests/test_inscription.py

7 lines
131 B
Python
Raw Normal View History

2021-07-10 12:10:39 +02:00
from django.test import TestCase
class MyTestCase(TestCase):
def test_something(self):
self.assertEqual(True, False)