Skip to content

Add option to set suppress_health_check in pytest

Mischa Salle requested to merge fix/failed-health-checks into develop

With a new hypothesis version we get test failures from hypothesis.HealthCheck about too much data being filtered out.
This MR adds an option to set the hypothesis.settings.suppress_health_check list and sets it by default to include only hypothesis.HealthCheck.filter_too_much.

TODO: we should check why there is too much, and set it back to None.

Merge request reports