This commit is contained in:
Chih Cheng Liang
2019-08-08 14:22:06 +08:00
committed by Kevin Mai-Husan Chia
parent 5903012e0e
commit c536aa3e07
19 changed files with 58 additions and 62 deletions

View File

@ -19,7 +19,7 @@ def test_init():
def test_no_init_value():
with pytest.raises(Exception) as _:
with pytest.raises(Exception):
ID()

View File

@ -28,7 +28,7 @@ def test_init_():
def test_init_no_value():
with pytest.raises(Exception) as _:
with pytest.raises(Exception):
PeerInfo()