mirror of
https://github.com/romanz/amodem.git
synced 2026-04-19 20:55:59 +08:00
util: import test coverage
This commit is contained in:
@@ -97,3 +97,7 @@ def test_reader():
|
|||||||
|
|
||||||
with pytest.raises(EOFError):
|
with pytest.raises(EOFError):
|
||||||
r.read(1)
|
r.read(1)
|
||||||
|
|
||||||
|
|
||||||
|
def test_setup_logging():
|
||||||
|
util.setup_logging(verbosity=10)
|
||||||
|
|||||||
Reference in New Issue
Block a user