From 0c81585a538facff2b62c22d5b896df00cea9c17 Mon Sep 17 00:00:00 2001 From: Silen Naihin Date: Tue, 27 Jun 2023 22:17:42 -0400 Subject: [PATCH] Update README.md (#41) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c8daa0ad..504132ddb 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,7 @@ class BasicChallenge(Challenge): pass ``` -To create a file to test a challenge, add this to the challenge file which will create a file before running the server - +Add the below to create a file in the workspace prior to running a challenge. Only use when a file is needed to be created in the workspace prior to a test, such as with the read_file_test. ```python @pytest.fixture( scope="module", autouse=True