removed useless io handler in test

This commit is contained in:
Peter Kessen 2015-09-27 12:16:15 +02:00
parent 770e89ab65
commit 9adb398198

View file

@ -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'),