mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-28 10:24:26 +01:00
Add static linters ci (#45)
This commit is contained in:
8
agbenchmark/tests/basic_abilities/basic_challenge.py
Normal file
8
agbenchmark/tests/basic_abilities/basic_challenge.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import pytest
|
||||
|
||||
from agbenchmark.challenge import Challenge
|
||||
|
||||
|
||||
@pytest.mark.basic
|
||||
class BasicChallenge(Challenge):
|
||||
pass
|
||||
Reference in New Issue
Block a user