In order to address some of the flakiness and issues outlined in #6380, we want to make sure to run explicit tests for all hypothesis test (as defined by being decorated with the @given decorator).
We can modify the pytest collection to test this requirement such that it fails when we introduce hypothesis tests without explicit examples.
In order to address some of the flakiness and issues outlined in #6380, we want to make sure to run explicit tests for all hypothesis test (as defined by being decorated with the
@givendecorator).We can modify the pytest collection to test this requirement such that it fails when we introduce hypothesis tests without explicit examples.