# 04-python — Python adapter tests & examples

Unit tests for the `urirun` Python runtime: v2 schema-first runtime
(`test_urihandler_v2.py`), package/CLI adoption (`test_adopt.py`) and MCP/A2A
projection (`test_mcp_a2a.py`).

## Run

```bash
python -m pytest .
```

Verified: `python -m pytest .` → all tests pass (requires `urirun` installed).
