Skip to content

Commit 531cef9

Browse files
committed
Small change.
1 parent f6869fe commit 531cef9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pytest
2-
from hypothesis import HealthCheck, settings
2+
from hypothesis import HealthCheck, Verbosity, settings
33

44
from . import requires_numba, requires_numbagg
55

@@ -13,6 +13,7 @@
1313
"local",
1414
max_examples=300,
1515
suppress_health_check=[HealthCheck.filter_too_much, HealthCheck.too_slow],
16+
verbosity=Verbosity.verbose,
1617
)
1718

1819

0 commit comments

Comments
 (0)