Skip to content

Commit a1bc62b

Browse files
committed
add a covering test case
1 parent e0c0d87 commit a1bc62b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hypothesis-python/tests/cover/test_settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ def test_derandomise_with_explicit_database_is_invalid():
463463
# "coverage" is a valid single option, but must be passed as a collection. So
464464
# observability=["coverage"] is valid, for example.
465465
{"observability": "coverage"},
466+
{"observability": 10},
466467
],
467468
)
468469
def test_invalid_settings_are_errors(kwargs):

0 commit comments

Comments
 (0)