show only the first 5 mismatches for notToContain/none and all
Platform (all, jvm, js): all Extension (none, kotlin 1.3): none
Code related feature
expect((1..100).toList()).notToContain.entry { toBeGreaterThan(2) }
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 introduce NotToContainReportingOptions which allows to setMaxNumberOfMismatches which defaults to 5
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 https://github.com/robstoll/atrium/issues/1887 Let me know in case you need help or prefer something different, I am sure we can find something.
@robstoll thanks for the reply! I will look at issue #1887 and discus with my teacher if this issue fits the assignment.
@robstoll is it mabye an option if i take #1364 ?
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. Write in the other issue if you are still motivated (this way I can assign the task to you). Alternatively, look at the following issues: https://github.com/robstoll/atrium/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22help%20wanted%22