mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-22 16:34:25 +01:00
update regression tests info
This commit is contained in:
@@ -17,7 +17,12 @@ class TestRetrieval1(RetrievalChallenge):
|
||||
[(data.task, data.mock_func)],
|
||||
indirect=True,
|
||||
)
|
||||
def test_retrieval(self, request, workspace):
|
||||
@pytest.mark.parametrize(
|
||||
"regression_data",
|
||||
[data],
|
||||
indirect=True,
|
||||
)
|
||||
def test_retrieval(self, workspace, current_challenge_data):
|
||||
file = self.open_file(workspace, data.ground.files[0])
|
||||
|
||||
score = self.scoring(file, data.ground)
|
||||
|
||||
Reference in New Issue
Block a user