jira-to-code / src /jira_to_code /tasks /hard_3 /test_models.py
Navigam's picture
feat: expand task suite to 22 challenges and update reward signal mechanics
6392732
Raw
History Blame Contribute Delete
74 Bytes
from models import Model
def test_model():
assert Model() is not None