gpt4all/gpt4all-chat/tests/python_tests/test_executable.py
AT 9cafd38dcf
Add test scaffolding (#3103)
Signed-off-by: Adam Treat <treat.adam@gmail.com>
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
Co-authored-by: Jared Van Bortel <jared@nomic.ai>
2024-10-18 15:27:03 -04:00

8 lines
151 B
Python

import os
import pytest
# test that the chat executable exists
def test_chat_environment():
assert os.path.exists(os.environ['CHAT_EXECUTABLE'])