mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2026-01-31 10:45:50 +01:00
Mark test as failed because it requires OpenAI API access currently
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import pytest
|
||||
|
||||
from gpt_engineer.ai import AI
|
||||
|
||||
|
||||
@pytest.mark.xfail(reason="Constructor assumes API access")
|
||||
def test_ai():
|
||||
AI()
|
||||
# TODO Assert that methods behave and not only constructor.
|
||||
|
||||
Reference in New Issue
Block a user