mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-26 10:24:30 +01:00
8 lines
121 B
Python
8 lines
121 B
Python
import pytest
|
|
from agbenchmark.Challenge import Challenge
|
|
|
|
|
|
@pytest.mark.basic
|
|
class BasicChallenge(Challenge):
|
|
pass
|