Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sequence filtering expectations #135

Open
jackfirth opened this issue Sep 23, 2017 · 0 comments
Open

Add sequence filtering expectations #135

jackfirth opened this issue Sep 23, 2017 · 0 comments

Comments

@jackfirth
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant