Description
Adds a readable should-style assertion syntax for Python tests. It helps test code express expectations in a sentence-like form, which can make test intent easier to understand for teams that prefer that style.
Developers use it as a testing library. Clear assertions help maintenance, but projects should keep failure messages precise and avoid custom styles that make tests harder for new contributors to read.