Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Update README.md (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenNaihin authored Jun 28, 2023
1 parent 11303e2 commit 0c81585
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c81585

Please sign in to comment.