gateway/tests/unit/serviceCenter
2026-03-06 14:03:18 +01:00
..
__init__.py first version of service center 2026-03-06 14:03:18 +01:00
README.md first version of service center 2026-03-06 14:03:18 +01:00
test_service_center_functionality.py first version of service center 2026-03-06 14:03:18 +01:00
test_service_center_imports.py first version of service center 2026-03-06 14:03:18 +01:00
test_service_center_resolution.py first version of service center 2026-03-06 14:03:18 +01:00

Service Center Tests

Tests for the Service Center architecture (core/importable services).

Run with pytest

From gateway root (with venv activated):

pytest tests/unit/serviceCenter/ -v

Standalone smoke test (no pytest)

python tests/scripts/smoke_test_service_center.py

Test files

File Purpose
test_service_center_imports.py Verify imports of foundation, core, and importable services
test_service_center_resolution.py Verify getService() resolves services and caches correctly
test_service_center_functionality.py Verify basic behavior of UtilsService and other migrated services