PublishedTooFewError#
- exception safir.metrics.PublishedTooFewError(expected, actual, actual_models)#
- Bases: - BaseAssertionError,- Generic- Expected more events than have actually been published. - Parameters:
- expected ( - TypeAliasType)
- actual ( - TypeAliasType)
- actual_models ( - list[- TypeVar(- P, bound=- EventPayload)])