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

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