mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
remove two not possible tests
This commit is contained in:
parent
5f38de1812
commit
54b4c1439a
|
|
@ -55,13 +55,3 @@ class Test_Packet:
|
|||
"""!set and get a field"""
|
||||
buildPacket.set("testField", "test")
|
||||
assert buildPacket.get("testField") is "test"
|
||||
|
||||
def test_addClientData(self, buildPacket):
|
||||
"""!add client data to packet"""
|
||||
buildPacket.addClientData()
|
||||
assert buildPacket.get("clientVersion")
|
||||
|
||||
def test_addServerData(self, buildPacket):
|
||||
"""!add server data to packet"""
|
||||
buildPacket.addServerData()
|
||||
assert buildPacket.get("serverVersion")
|
||||
|
|
|
|||
Loading…
Reference in a new issue