aeat.adapters.outbound.aeat.auth._fixtures module

Shared test constants for the AEAT outbound auth package.

The certificate and authenticator tests use these constants to build real PKCS#12 bundles with one canonical passphrase. Test code wraps SECRET_PASSPHRASE in pydantic.SecretStr before constructing CertificateBundle, then reuses the same value when helper fixtures load LoadedCertificate records or exercise AeatAuthenticator.

Module name intentionally does NOT start with _test_ so the aeat-tests.test_marker_integrity glob (**/_test_*.py) does not pick it up as a test module — this file holds shared constants, not tests, and carries no pytestmark.

See also

adapters.outbound.aeat.auth.certificate

Production certificate models and loading helpers exercised by the certificate tests.