mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-29 10:54:43 +01:00
more elegant marking & dependency solution
This commit is contained in:
7
agbenchmark/tests/basic_abilities/BasicChallenge.py
Normal file
7
agbenchmark/tests/basic_abilities/BasicChallenge.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import pytest
|
||||
from agbenchmark.Challenge import Challenge
|
||||
|
||||
|
||||
@pytest.mark.basic
|
||||
class BasicChallenge(Challenge):
|
||||
pass
|
||||
Reference in New Issue
Block a user