From 344d6a86d2e468249ec7b583e8c0751f99cd6a5b Mon Sep 17 00:00:00 2001
From: BonfaceKilz
Date: Mon, 12 Jul 2021 11:40:40 +0300
Subject: tests: test_markdown_routes: Remove stubbed out tests

---
 wqflask/tests/integration/test_markdown_routes.py | 21 ---------------------
 1 file changed, 21 deletions(-)
 delete mode 100644 wqflask/tests/integration/test_markdown_routes.py

(limited to 'wqflask/tests/integration/test_markdown_routes.py')

diff --git a/wqflask/tests/integration/test_markdown_routes.py b/wqflask/tests/integration/test_markdown_routes.py
deleted file mode 100644
index 5e3e5045..00000000
--- a/wqflask/tests/integration/test_markdown_routes.py
+++ /dev/null
@@ -1,21 +0,0 @@
-"Integration tests for markdown routes"
-import unittest
-
-from bs4 import BeautifulSoup
-
-from wqflask import app
-
-
-class TestGenMenu(unittest.TestCase):
-    """Tests for glossary"""
-
-    def setUp(self):
-        self.app = app.test_client()
-
-    def tearDown(self):
-        pass
-
-    def test_glossary_page(self):
-        """Test that the glossary page is rendered properly"""
-        response = self.app.get('/glossary', follow_redirects=True)
-        pass
-- 
cgit v1.2.3