diff --git a/tests/test_module.py b/tests/test_module.py index ff4df4ed..c0f6078b 100644 --- a/tests/test_module.py +++ b/tests/test_module.py @@ -1,5 +1,4 @@ import unittest -from application import app class BasicTestCase(unittest.TestCase): @@ -7,6 +6,7 @@ class BasicTestCase(unittest.TestCase): def test_logout(self): pass + # self.app = app.test_client() # ans =self.app.get('/logout') # self.assertEqual(ans.status_code, 200)