mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-25 18:04:28 +01:00
Add 'Debug simple typo with guidance' challenge (#65)
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
8
agbenchmark/challenges/code/code.py
Normal file
8
agbenchmark/challenges/code/code.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import pytest
|
||||
|
||||
from agbenchmark.challenge import Challenge
|
||||
|
||||
|
||||
@pytest.mark.code
|
||||
class CodeChallenge(Challenge):
|
||||
"""Challenge for memory"""
|
||||
Reference in New Issue
Block a user