From 9adb398198aa790067ffbb53debfd4dc63949ada Mon Sep 17 00:00:00 2001 From: Peter Kessen Date: Sun, 27 Sep 2015 12:16:15 +0200 Subject: [PATCH] removed useless io handler in test --- test/test_ui_init.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/test_ui_init.py b/test/test_ui_init.py index fa205a306..15f1f8955 100644 --- a/test/test_ui_init.py +++ b/test/test_ui_init.py @@ -25,11 +25,6 @@ class InitTest(_common.LibTestCase): def setUp(self): super(InitTest, self).setUp() - self.io.install() - - def tearDown(self): - self.io.restore() - def test_human_bytes(self): tests = [ (0, '0.0 B'),