cai/tests
lidia9 483591f36a adding fake openai api key 2025-04-30 12:35:40 +02:00
..
agents final fiz 2025-04-23 09:04:48 +02:00
core test 2025-04-11 13:49:06 +02:00
mcp fix mcp test 2025-04-11 08:24:26 +02:00
others change gpt-4o and install in .yml 2025-04-11 11:38:21 +02:00
tools adding fake openai api key 2025-04-30 12:35:40 +02:00
tracing fix some test 2025-04-11 08:04:19 +02:00
voice fix test 2025-04-11 09:34:06 +02:00
README.md Pretty print result classes 2025-03-17 11:11:39 -04:00
__init__.py Initial commit 2025-03-11 09:42:28 -07:00
conftest.py fix some test 2025-04-11 08:04:19 +02:00
fake_model.py fix test_agent_hooks.py and reorganize imports 2025-04-09 15:46:53 +02:00
helpers.py fix mcp test 2025-04-11 08:24:26 +02:00
testing_processor.py CLI responding, but only to proprietary models 2025-03-28 09:48:16 +01:00

README.md

Tests

Before running any tests, make sure you have uv installed (and ideally run make sync after).

Running tests

make tests

Snapshots

We use inline-snapshots for some tests. If your code adds new snapshot tests or breaks existing ones, you can fix/create them. After fixing/creating snapshots, run make tests again to verify the tests pass.

Fixing snapshots

make snapshots-fix

Creating snapshots

make snapshots-update