Files
gpt-engineer/tests/test_ai.py
2023-06-18 15:03:09 +02:00

7 lines
121 B
Python

from gpt_engineer.ai import AI
def test_ai():
AI()
# TODO Assert that methods behave and not only constructor.