mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Update README.md (#41)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user