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

@@ -2,6 +2,7 @@ import pytest
from agbenchmark.Challenge import Challenge
@pytest.mark.run(order=1)
@pytest.mark.basic
class BasicChallenge(Challenge):
pass