added test_end_to_end() and llm_connection test

This commit is contained in:
Nicholas Albion
2023-09-20 22:20:05 +10:00
parent 4b7aa2df22
commit 82690b2a17
4 changed files with 122 additions and 1 deletions

View File

@@ -41,4 +41,4 @@ jobs:
run: |
pip install pytest
cd pilot
PYTHONPATH=. pytest
PYTHONPATH=. pytest -m "not slow"