file creation from within file before server :)

This commit is contained in:
Silen Naihin
2023-06-24 12:15:53 -04:00
parent 8c44b9eddf
commit 22458a04e8
4 changed files with 12 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ def basic_read_file_mock(task: str, workspace: str):
This mock reads a file and returns its content.
"""
Challenge.write_to_file(workspace, "file_to_check.txt", "this is how we're doing")
# Challenge.write_to_file(workspace, "file_to_check.txt", "this is how we're doing")
file_contents = Challenge.open_file(workspace, "file_to_check.txt")