adding dependencies on other challenges

This commit is contained in:
Silen Naihin
2023-06-24 12:24:17 -04:00
parent 22458a04e8
commit 60a7ac2343
6 changed files with 17 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ class TestWriteFile(Challenge):
indirect=True,
)
@pytest.mark.basic
@pytest.mark.dependency(name="write_file")
def test_retrieval(self, workspace):
file = self.open_file(workspace, data.ground.files[0])