mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-19 15:04:26 +01:00
update regression tests info
This commit is contained in:
@@ -25,6 +25,11 @@ class TestReadFile(BasicChallenge):
|
||||
[(data.task, data.mock_func)],
|
||||
indirect=True,
|
||||
)
|
||||
@pytest.mark.parametrize(
|
||||
"regression_data",
|
||||
[data],
|
||||
indirect=True,
|
||||
)
|
||||
@pytest.mark.depends(on=data.dependencies)
|
||||
def test_read_file(self, workspace):
|
||||
file = self.open_file(workspace, data.ground.files[0])
|
||||
|
||||
Reference in New Issue
Block a user