Half time
This commit is contained in:
Binary file not shown.
@@ -134,6 +134,11 @@ def test_simple_text(program_args):
|
||||
f = open(filename_simple, "r")
|
||||
simple_text = f.read()
|
||||
f.close()
|
||||
'''
|
||||
f = open("own_simple_text.txt", "w")
|
||||
f.write(simple_text)
|
||||
f.close()
|
||||
'''
|
||||
|
||||
base_port = test_args["base_port"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user