mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-27 10:54:35 +01:00
9 lines
147 B
Python
9 lines
147 B
Python
import pytest
|
|
from agbenchmark.Challenge import Challenge
|
|
|
|
|
|
@pytest.mark.run(order=1)
|
|
@pytest.mark.basic
|
|
class BasicChallenge(Challenge):
|
|
pass
|