Python playground project around Anthropic API mocked with tests
- clone repp / copy code
git clone ... # or npx -y degit -f daggerok/anthropic-api-python-mock-tests /tmp/`date -Iseconds` && cd $_
- install dependencies:
uv sync --all-extras --dev --locked - run
uv run anthropic-api-python-mock-tests # or uv build && .venv/bin/anthropic-api-python-mock-tests
- tests
uv run pytest # uv run pytest -v # or