update regression tests info

This commit is contained in:
Silen Naihin
2023-06-25 11:12:33 -04:00
parent a2f79760ce
commit 2411c35d0e
8 changed files with 73 additions and 25 deletions

View File

@@ -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)