Files
omnigent-ai--omnigent/tests/runtime/test_telemetry_integration.py
2026-07-13 13:12:00 +08:00

11 lines
360 B
Python

"""Telemetry integration tests.
The DefaultExecutor tests that formerly lived here were removed when
DefaultExecutor was deleted — production dispatch routes through
harness subprocesses over HTTP; the in-process executor is no longer
part of the codebase.
Per-harness telemetry is exercised by the harness-specific test
suites under ``tests/inner/``.
"""