"""Guards on the public package namespace.
Unlike ``qcs_api_client_common/configuration/__init__.py``, the top-level
``qcs_api_client_common/__init__.py`` is hand-written (it also exposes the
pure-Python ``grpc`` and ``httpx`` modules), so it can drift from the compiled
module. These tests fail when it does.
"""
"""The public namespace is the compiled module's, plus the pure-Python modules."""
assert ==
"""Every name in ``__all__`` is actually bound on the package."""
assert , f