Skip to content

Add sequence filtering expectations #135

Description

@jackfirth

For example, (expect-list-filter (list 2 4 6) even?) would find no faults in the list (2 4 6) or the list (1 2 3 4 5 6) and would add a context indicating that the filtering occurred. Needed by logging expectations to make it easy to assert that some log messages occurred above a certain log level while ignoring messages logged below that level.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions