mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-03 20:24:33 -04:00
cover tsstats.client.Clients.__del__
This commit is contained in:
parent
8af2b761a3
commit
3f2ccd3ac6
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue