You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What -
Clone the repository, install the requirements. Run pytests on individual tests in llm, they will fail.
Why -
This happens because chat history is stored inside a sqlite3 db by default. When running the tests individually, the setup of this db is not executed.
Defination of Done -
No more errors for setup_db while running individual tests.
The text was updated successfully, but these errors were encountered:
🐛 Describe the bug
What -
Clone the repository, install the requirements. Run pytests on individual tests in llm, they will fail.
Why -
This happens because chat history is stored inside a sqlite3 db by default. When running the tests individually, the setup of this db is not executed.
Defination of Done -
No more errors for
setup_db
while running individual tests.The text was updated successfully, but these errors were encountered: