pyrobale.filters.func_filtersΒΆ

FunctionsΒΆ

equals(expected_text)

Check if the event text or caption is equal to the expected text.

Module ContentsΒΆ

pyrobale.filters.func_filters.equals(expected_text)[source]ΒΆ

Check if the event text or caption is equal to the expected text.

Parameters:

expected_text (str) – The expected text to compare with.

Returns:

A function that checks if the event text or caption is equal to the expected text.

Return type:

Callable