All checks were successful
Deploy Development / deploy (push) Successful in 38s
Test Suite / pytest-backend (push) Successful in 18s
Test Suite / lint-backend (push) Successful in 1s
Test Suite / compose-smoke (push) Has been skipped
Test Suite / k6 /api/health Baseline (push) Successful in 18s
Test Suite / playwright-smoke (push) Successful in 24s
Migration 005, Registry-Sync, Placeholder-Validation, capability-geschuetzte API, Tests und Abschlussbericht v0.1. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
196 B
Python
6 lines
196 B
Python
"""Import all module registrations — side effect registers capabilities."""
|
|
|
|
from . import platform, registry_ops, tenant_ops # noqa: F401
|
|
|
|
__all__ = ["platform", "registry_ops", "tenant_ops"]
|