created apps.lists, w. deliberately failing unit test

This commit is contained in:
Disco DeDisco
2025-12-30 15:49:50 -05:00
parent 696814eb19
commit b7d3535402
9 changed files with 23 additions and 0 deletions

5
apps/lists/tests.py Normal file
View File

@@ -0,0 +1,5 @@
from django.test import TestCase
class SmokeTest(TestCase):
def test_bad_maths(self):
self.assertEqual(1 + 1, 3)