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 support for expecting a subset #23

Closed
holyjak opened this issue Dec 1, 2021 · 1 comment
Closed

Add support for expecting a subset #23

holyjak opened this issue Dec 1, 2021 · 1 comment

Comments

@holyjak
Copy link

holyjak commented Dec 1, 2021

It would be great to be able to check that the actual result sequence contains some elements, something like:

(expect #{1 2} (in #{0 1 2 3 4}))
@holyjak
Copy link
Author

holyjak commented Dec 1, 2021

Currently I do

(expect empty?
              (set/difference ... ...))

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

No branches or pull requests

1 participant