From b9de2dfadea298b78bf675462687bc38b08aa5a0 Mon Sep 17 00:00:00 2001 From: JoeBanks13 Date: Wed, 21 Mar 2018 21:21:28 +0000 Subject: Countdown --- app_test.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'app_test.py') 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') -- cgit v1.2.3