cover tsstats.client.Clients.__del__
This commit is contained in:
parent
8af2b761a3
commit
3f2ccd3ac6
|
@ -36,3 +36,8 @@ def test_clients_iter():
|
|||
assert cl2 in client_list
|
||||
assert uidcl1 in client_list
|
||||
assert uidcl2 in client_list
|
||||
|
||||
|
||||
def test_clients_delete():
|
||||
del clients['1']
|
||||
assert cl1 not in clients
|
||||
|
|
Loading…
Reference in New Issue