From a6f7ad6c7ba99b19561b051cd0e78c546e6a1f46 Mon Sep 17 00:00:00 2001 From: Utsavkumar Lal <36764273+utsavll0@users.noreply.github.com> Date: Sun, 15 Oct 2023 23:14:50 -0400 Subject: [PATCH 1/2] Update test_module.py --- tests/test_module.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_module.py b/tests/test_module.py index ff4df4ed..d3b17392 100644 --- a/tests/test_module.py +++ b/tests/test_module.py @@ -1,6 +1,4 @@ import unittest -from application import app - class BasicTestCase(unittest.TestCase): From 57855a1860a65d5455b84e23c24e132ed4459a74 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 16 Oct 2023 03:15:09 +0000 Subject: [PATCH 2/2] Automated autoyapf fixes --- tests/test_module.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_module.py b/tests/test_module.py index d3b17392..c0f6078b 100644 --- a/tests/test_module.py +++ b/tests/test_module.py @@ -1,10 +1,12 @@ import unittest + 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)