Skip to content

ApiPortability ​

Import hazards that bite in a built wheel or on the Python it targets

3/3 passed in 366ms

TestWhat it doesResult
test_annotation_shadowingNo dataclass field annotation refers to a name an earlier field already bound, which raises AttributeError on Python 3.11-3.13 and is silently hidden by 3.14's deferred annotations.✅ pass
test_docstring_linksNo shipped docstring carries a markdown link, a site-relative docs path or a VitePress directive, which help() prints verbatim.✅ pass
test_shipped_surfaceEvery module in qkd/ is reachable from the package and every name __all__ promises exists, making ci/smoke.py's sweep a complete gate.✅ pass