Skip to content

Commit 8d4fba5

Browse files
committed
Commented out empty web test.
1 parent 29a751c commit 8d4fba5

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

web/tests.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
# pylint: disable=R0904
1212

1313

14-
class SimpleTest(TestCase):
14+
class WebTest(TestCase):
1515

16-
def test_basic_addition(self):
17-
"""
18-
Tests that 1 + 1 always equals 2.
19-
"""
20-
self.assertEqual(1 + 1, 2)
16+
# TODO: tests!
17+
pass

0 commit comments

Comments
 (0)