module documentation
Test cases for twisted.logger._global
.
Class |
|
Tests for LogBeginner . |
Function | compare |
Compare two sequences of log events, examining only the the keys which are present in both. |
def compareEvents(test:
unittest.TestCase
, actualEvents: list[ LogEvent]
, expectedEvents: list[ LogEvent]
):
ΒΆ
Compare two sequences of log events, examining only the the keys which are present in both.
Parameters | |
test:unittest.TestCase | a test case doing the comparison |
actuallist[ | A list of log events that were emitted by a logger. |
expectedlist[ | A list of log events that were expected by a test. |