pipeline.extern.logutils.testing

Classes

Matcher()

This utility class matches a stored dictionary of logging.LogRecord attributes with keyword arguments passed to its matches() method.

TestHandler(matcher)

This handler collects records in a buffer for later inspection by your unit test code.