Update README.md (#41)

pull/5155/head
Silen Naihin 2023-06-27 22:17:42 -04:00 committed by GitHub
parent 11303e2ef7
commit 0c81585a53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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