mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-02 13:54:31 +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
|