-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
show only the first 5 mismatches for notToContain/none and all #1101
Comments
hey, i am pretty new with opensource and for a school project i have to work on an opensource project. i am curious if this issue is still open and if so, i can work on it? |
@WesleyJammer I already started this one but there are other issues you could work on. have a look at good first issues. You could for instance work on #1887 |
This won't be an easy one. you will have to base your work on a feature branch and do part of the on-going migration. Fixing the bug should then be relatively easy. |
Platform (all, jvm, js): all
Extension (none, kotlin 1.3): none
Code related feature
The output will show all elements from 3 to 100 which is way too verbose. Similar to the showOnlyFailing option for
toContain.inOrder.only
we should introduceNotToContainReportingOptions
which allows tosetMaxNumberOfMismatches
which defaults to 5The text was updated successfully, but these errors were encountered: