util: import test coverage

This commit is contained in:
Roman Zeyde
2016-11-10 14:33:41 +02:00
parent 07cbe65875
commit 9be6504658

View File

@@ -97,3 +97,7 @@ def test_reader():
with pytest.raises(EOFError):
r.read(1)
def test_setup_logging():
util.setup_logging(verbosity=10)