What's changed
TL;DR: Improved argument matching in assertions, clearer docs, and multiple bug fixes for data providers and temp cleanup.
✨ Improvements
- Improve
assert_have_been_called_with
arg matching #474 - Rename helper functions to helper prefix #475
📖 Documentation
🐛 Bug Fixes
- Fix support for whitespace in data providers #479
- Always correctly clean up temp contents #483
- Clean parallel temp folder after test run #484
- Fix support for tabs in data set values #485
- Fix support for newlines in data providers #487
👥 Contributors
@Chemaclass @antonio-gg-dev @CosmeValera @carlfriedrich
🆕 New Contributors
- @carlfriedrich made their first contribution in #479
Full Changelog: 0.23.0...0.24.0