From b5eed07d38a3a4725772c99b88a7524df06a7ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Sun, 30 Aug 2020 12:19:25 +0200 Subject: [PATCH] test_00_globals statement without effect Assign this variable to a has no effect. --- test/tests/test_00_globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests/test_00_globals.py b/test/tests/test_00_globals.py index 12855a1..c882789 100755 --- a/test/tests/test_00_globals.py +++ b/test/tests/test_00_globals.py @@ -40,7 +40,7 @@ class TestOfflineimapGlobals(unittest.TestCase): def test_nonexistent_key(self): with self.assertRaises(AttributeError): - a = globals.options.nosuchoption + pass def test_double_init(self): with self.assertRaises(ValueError):