test: add unit test suite for config, health checks, and lifespan wiring

This commit is contained in:
2026-08-16 11:54:14 +03:30
parent 3c660de093
commit d71dd1bd0c
19 changed files with 118 additions and 0 deletions

5
tests/fakes.py Normal file
View File

@@ -0,0 +1,5 @@
"""Hand-written fakes for narrow application-owned ports.
No application ports exist yet (Phase 1 only wires infrastructure client
lifecycle). Fakes are added here as ports are introduced in later phases.
"""