testify
testify copied to clipboard
assert: new assertion NoElementsMatch
Summary
Add new assertion NoElementsMatch which asserts whether 2 lists don't have any elements in common.
Changes
- Add new assertion
NoElementsMatch
Motivation
No assertion for comparing 2 lists do NOT contain the same elements, irrespective of order.
Related issues
https://github.com/stretchr/testify/issues/1594 https://github.com/stretchr/testify/discussions/1592