Coverage for api\tests\tests.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.10.7, created at 2025-10-13 15:18 +0200

1from django.test import TestCase 

2 

3class BasicMathTest(TestCase): 

4 def test_primaire(self): 

5 self.assertEqual(1+1, 2)