cover tsstats.client.Clients.__del__

This commit is contained in:
Thor77 2016-05-19 21:24:22 +02:00
parent 8af2b761a3
commit 3f2ccd3ac6
1 changed files with 5 additions and 0 deletions

View File

@ -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