mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
rename testdata file - cause pytest err
This commit is contained in:
parent
66e0ede4c0
commit
bfa25d124a
|
|
@ -79,7 +79,7 @@ try:
|
|||
bwClient = TCPClient()
|
||||
if bwClient.connect(ip, port):
|
||||
|
||||
testFile = open(paths.TEST_PATH + "testdata.txt", "r")
|
||||
testFile = open(paths.TEST_PATH + "testdata.list", "r")
|
||||
|
||||
while 1:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue