diff --git a/.dockerignore b/.dockerignore index 79113e0..9b25f8b 100644 --- a/.dockerignore +++ b/.dockerignore @@ -16,3 +16,4 @@ __pycache__ README.md LICENSE .github +tests/ \ No newline at end of file diff --git a/README.md b/README.md index 730c3fa..5e20fd6 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ To add a phone number, see the [agents telephony guide](https://docs.livekit.io/ This project includes a complete suite of evals, based on the LiveKit Agents [testing & evaluation framework](https://docs.livekit.io/agents/build/testing/). To run them, use `pytest`. ```console -uv run pytest evals +uv run pytest ``` ## Using this template repo for your own project diff --git a/evals/test_agent.py b/tests/test_agent.py similarity index 100% rename from evals/test_agent.py rename to tests/test_agent.py