Version 0.16.0 of the Hypothesis pytest plugin is out. This contains two new features kindly contributed by others:
- Florian Bruhin added a ‘hypothesis’ marker to all tests that use @given, making it easy to select or exclude tests based on whether they use Hypothesis
- Mikhail Stepura changed the default behaviour so that when ‘–capture=no’ the Hypothesis reporting integration is disabled and it will just print messages from Hypothesis directly.