finally figured out right way to do dependencies

This commit is contained in:
Silen Naihin
2023-06-25 00:22:53 -04:00
parent 2f28a66591
commit 06a6f08054
10 changed files with 36 additions and 14 deletions

View File

@@ -16,7 +16,6 @@ class TestWriteFile(BasicChallenge):
[(data.task, data.mock_func)],
indirect=True,
)
@pytest.mark.dependency()
def test_write_file(self, workspace):
file = self.open_file(workspace, data.ground.files[0])