Skip to content

Hypothesis for Python - version 6.123.1

Compare
Choose a tag to compare
@Zac-HD Zac-HD released this 24 Dec 09:33
· 325 commits to master since this release

Our pytest plugin now emits a warning if you set Pytest's
"norecursedirs" config option in such a way that the ".hypothesis"
directory would be searched for tests. This reliably indicates that
you've made a mistake which slows down test collection, usually
assuming that your configuration extends the set of ignored patterns
when it actually replaces them. (issue #4200)

The canonical version of these notes (with links) is on readthedocs.