mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-19 06:54:22 +01:00
9 lines
122 B
Python
9 lines
122 B
Python
import pytest
|
|
|
|
from agbenchmark.challenge import Challenge
|
|
|
|
|
|
@pytest.mark.basic
|
|
class BasicChallenge(Challenge):
|
|
pass
|