import pytest from agbenchmark.Challenge import Challenge @pytest.mark.basic class BasicChallenge(Challenge): pass