From ffc390ad72f1ff25348b6ca98420eaa211ddc647 Mon Sep 17 00:00:00 2001 From: Ben Cherry Date: Fri, 18 Jul 2025 16:11:24 -0400 Subject: [PATCH] Mv tests --- .dockerignore | 1 + README.md | 2 +- {evals => tests}/test_agent.py | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename {evals => tests}/test_agent.py (100%) 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