Files
Auto-GPT/agbenchmark/challenges/code/d2/d2_test.py
2023-07-08 18:43:38 -07:00

15 lines
333 B
Python

from typing import Any, Dict
from agbenchmark.challenge import Challenge
class TestDebugSimpleTypoWithoutGuidance(Challenge):
"""The first memory challenge"""
def test_method(self, config: Dict[str, Any]) -> None:
self.setup_challenge(config)
scores = self.get_scores(config)
assert 1 in scores