# genesis-types test suite
# Tests for Pydantic model validation, serialization, and schema compatibility.
#
# Run:
#   pytest tests/ -v
#
# Key tests to implement:
#   tests/test_uco_schema.py    — UCO model round-trip, field validators
#   tests/test_manifests.py     — Manifest loading, version compatibility
#   tests/test_schema_compat.py — Verify Python/TypeScript schemas match
