- Fix matching with
mock.ANY
(#16)
- Add Pytest 8 support
- Add Python 3.12 support
- Drop Pytest 6 support
- Drop Python 3.7 support
- Reorder items on eq for better diff
- Convert to a package
- Add
py.typed
so type checkers can use the type hints
- Drop Python 3.6 support
- Improve type hints
- Add
check_type
argument to make it possible to disable type checking for single non-generators positional argument
- Add sequence type check when using
unordered
with single argument
- Allow passing a generator to unordered()
- Better diffs both in command line and in IDE
- Better type checking
- First version