mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 13:57:44 +00:00
changes in client
This commit is contained in:
parent
0445dc38cc
commit
ae36cf8045
2 changed files with 12 additions and 5 deletions
|
|
@ -82,6 +82,13 @@ def test_clientConnect(getClient, getRunningServer):
|
|||
assert getClient.disconnect()
|
||||
|
||||
|
||||
def test_doubleConnect(getClient, getRunningServer):
|
||||
"""!Connect to a server twice"""
|
||||
assert getClient.connect()
|
||||
assert getClient.connect()
|
||||
assert getClient.disconnect()
|
||||
|
||||
|
||||
def test_clientReconnect(getClient, getRunningServer):
|
||||
"""!Try a reconnect after a established connection"""
|
||||
assert getClient.connect()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue