Added ssh_password to config setup (#2139)

Co-authored-by: Aleksandar <isavitaisa@gmail.com>
This commit is contained in:
மனோஜ்குமார் பழனிச்சாமி
2024-05-31 07:26:16 +05:30
committed by GitHub
parent f4bc52461a
commit 961c96a2a1
7 changed files with 18 additions and 2 deletions

View File

@@ -42,6 +42,8 @@ where `conftest.py` defines the infrastructure needed to load real-world LLM pro
and responses for mocking purpose. Prompts and responses generated during real runs
of agents with real LLMs are stored under `mock/AgentName/TestName` folders.
**Note:** Set PERSIST_SANDBOX=false to use a clean sandbox for each test.
## Run Integration Tests
Take a look at `run-integration-tests.yml` to learn how integration tests are