cai/tests
Mery-Sanz 99469a17e2 fix function schema test 2025-04-11 08:11:26 +02:00
..
agents fix some test 2025-04-11 08:04:19 +02:00
core fix function schema test 2025-04-11 08:11:26 +02:00
mcp fix some test 2025-04-11 08:04:19 +02:00
others fix function schema test 2025-04-11 08:11:26 +02:00
tools fix some test 2025-04-11 08:04:19 +02:00
tracing fix some test 2025-04-11 08:04:19 +02:00
voice fix some test 2025-04-11 08:04:19 +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 some test 2025-04-11 08:04:19 +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