diff --git a/tracetools_analysis/test/tracetools_analysis/test_processor.py b/tracetools_analysis/test/tracetools_analysis/test_processor.py index 818bdad..af7f6c9 100644 --- a/tracetools_analysis/test/tracetools_analysis/test_processor.py +++ b/tracetools_analysis/test/tracetools_analysis/test_processor.py @@ -113,6 +113,11 @@ class TestProcessor(unittest.TestCase): *args, ) + def test_event_handler_process(self) -> None: + # Should not be called directly + with self.assertRaises(AssertionError): + EventHandler.process([]) + def test_handler_wrong_signature(self) -> None: handler = WrongHandler() mock_event = {