6 lines
123 B
Python
Raw Normal View History

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