ApiPortability
Import hazards that bite in a built wheel or on the Python it targets
3/3 passed in 366ms
| Test | What it does | Result |
|---|---|---|
test_annotation_shadowing | No 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_links | No shipped docstring carries a markdown link, a site-relative docs path or a VitePress directive, which help() prints verbatim. | ✅ pass |
test_shipped_surface | Every module in qkd/ is reachable from the package and every name __all__ promises exists, making ci/smoke.py's sweep a complete gate. | ✅ pass |