mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-20 15:34:23 +01:00
file creation from within file before server :)
This commit is contained in:
@@ -8,6 +8,14 @@ data = ChallengeData.deserialize(
|
||||
)
|
||||
|
||||
|
||||
@pytest.fixture(scope="module", autouse=True)
|
||||
def setup_module(workspace):
|
||||
if data.ground.should_contain:
|
||||
Challenge.write_to_file(
|
||||
workspace, data.ground.files[0], "this is how we're doing"
|
||||
)
|
||||
|
||||
|
||||
class TestReadFile(Challenge):
|
||||
"""Testing if LLM can read a file"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user