test_events
ipw.tests.telemetry.test_events
¶
Tests for telemetry/events.py — EventRecorder and AgentEvent.
TestEventType
¶
Test EventType enum values.
Source code in intelligence-per-watt/src/ipw/tests/telemetry/test_events.py
TestAgentEvent
¶
Test AgentEvent dataclass.
Source code in intelligence-per-watt/src/ipw/tests/telemetry/test_events.py
TestEventRecorder
¶
Test EventRecorder functionality.
Source code in intelligence-per-watt/src/ipw/tests/telemetry/test_events.py
TestEventRecorderFixture
¶
Test the sample_event_recorder fixture from conftest.