util: import test coverage

nistp521
Roman Zeyde 8 years ago
parent 07cbe65875
commit 9be6504658
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

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

Loading…
Cancel
Save