cai/tests
luijait 3b21b5ec1b Fix pretty print 2025-05-08 09:31:39 +02:00
..
agents final fiz 2025-04-23 09:04:48 +02:00
core
…
mcp
…
others Fix pretty print 2025-05-08 09:31:39 +02:00
tools adding fake openai api key 2025-04-30 12:35:40 +02:00
tracing
…
voice
…
README.md
…
__init__.py
…
conftest.py
…
fake_model.py
…
helpers.py
…
testing_processor.py
…

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