aboutsummaryrefslogtreecommitdiff
path: root/tests/serialize/errors.test.py
AgeCommit message (Collapse)AuthorFilesLines
12 dayschore: enforce fully strict static typing across library, tests, and tooling ↵natsuoto1-5/+9
with zero suppressions
12 daystest(serialize): cover the composite-value branch of _require_schema_version ↵natsuoto1-0/+6
so PyPy and every CPython matrix entry reaches 100%
13 dayschore: codebase-wide rule audit — eliminate Any/object where non-protocol, ↵natsuoto1-2/+3
hoist in-function imports, rename compound/folder-repeat files, replace generic-exception raises, bind chained comprehensions, strip __init__ docstrings, remove pragmas
14 daysrefactor(serialize): precise JSONValue types replace Any; hoist imports; ↵natsuoto1-0/+11
drop docstring from __init__
2026-07-14feat(pattern): canonical dict/JSON serialization on Pattern (to_dict, ↵natsuoto1-0/+51
from_dict, to_json, from_json, schema v0)