aboutsummaryrefslogtreecommitdiffstats
path: root/app_test.py
diff options
context:
space:
mode:
authorGravatar JoeBanks13 <[email protected]>2018-03-21 21:21:28 +0000
committerGravatar JoeBanks13 <[email protected]>2018-03-21 21:21:28 +0000
commitb9de2dfadea298b78bf675462687bc38b08aa5a0 (patch)
tree178bf7feca2b6627f826de6c7446585c2158fd87 /app_test.py
parentPushing the footer to the bottom of the page (diff)
Countdown
Diffstat (limited to 'app_test.py')
-rw-r--r--app_test.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/app_test.py b/app_test.py
index 651d7a96..2176fe08 100644
--- a/app_test.py
+++ b/app_test.py
@@ -32,11 +32,6 @@ class SiteTest(TestCase):
class RootEndpoint(SiteTest):
""" Test cases for the root endpoint and error handling """
- def test_countdown(self):
- """ Check the countdown path responds with 200 OK """
- response = self.client.get('/countdown', "http://pytest.local")
- self.assertEqual(response.status_code, 200)
-
def test_index(self):
""" Check the root path reponds with 200 OK """
response = self.client.get('/', 'http://pytest.local')