From 5bd8f6bc62821b95dad63e0082b75f441db90471 Mon Sep 17 00:00:00 2001 From: morkolai <nikolai-mork@live.no> Date: Fri, 1 May 2020 12:54:12 +0200 Subject: [PATCH] =?UTF-8?q?#96=20Fjernet=20d=C3=A5rlig=20test=20test=5Fbut?= =?UTF-8?q?tons=5Fvisibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/test_module_phonebook.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/test_module_phonebook.py b/test/test_module_phonebook.py index 593e80d..bbf7450 100644 --- a/test/test_module_phonebook.py +++ b/test/test_module_phonebook.py @@ -89,12 +89,6 @@ class TestPhonebokkModule(unittest.TestCase): new_row_count = self.phonebook.table.rowCount() self.assertEqual(new_row_count, old_row_count - 1) - def test_buttons_visibility(self): - """Test buttons only are visible when mouse is in widgets space.""" - self.assertFalse(self.phonebook.buttons.isVisible()) - QTest.mouseMove(self.phonebook.buttons) - self.assertTrue(self.phonebook.table.isVisible()) - def test_add_to_soi_smoke_test(self): """Test that can add to SOI successfully.""" soi = SOI() -- GitLab