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