Skip to content

Commit

Permalink
formats
Browse files Browse the repository at this point in the history
  • Loading branch information
reaganjlee committed Apr 13, 2023
1 parent 21a7049 commit 23a6780
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion hypothesis-python/tests/cover/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@
from hypothesis.stateful import RuleBasedStateMachine, rule
from hypothesis.utils.conventions import not_set

from tests.common.utils import checks_deprecated_behaviour, counts_calls, fails_with, validate_deprecation
from tests.common.utils import (
checks_deprecated_behaviour,
counts_calls,
fails_with,
validate_deprecation,
)


def test_has_docstrings():
assert settings.verbosity.__doc__
Expand Down Expand Up @@ -490,6 +496,7 @@ def test_deprecated_settings_warn_on_set_settings():
with validate_deprecation():
settings(suppress_health_check=[HealthCheck.not_a_test_method])


@checks_deprecated_behaviour
def test_deprecated_settings_not_in_settings_all_list():
al = HealthCheck.all()
Expand Down

0 comments on commit 23a6780

Please sign in to comment.