Files
python-tdd/apps/lists/tests.py
2025-12-30 15:49:50 -05:00

5 lines
125 B
Python

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