Add app for lists, with deliberately failing unit test
This commit is contained in:
6
lists/tests.py
Normal file
6
lists/tests.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.test import TestCase
|
||||
|
||||
# Create your tests here.
|
||||
class SmokeTest(TestCase):
|
||||
def test_bad_maths(self):
|
||||
self.assertEqual(1 + 1, 3)
|
||||
Reference in New Issue
Block a user