Skip to content

Commit 6f4fbb3

Browse files
authored
[CHORE] set verbosity for hypothesis to verbose. (#4322)
This affects CI and makes it so we get some debug output from Hypothesis. For example, when it fails the test because the deadline was exceeded and then met. ## Test plan - [X] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test` for rust
1 parent fd80702 commit 6f4fbb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: chromadb/test/conftest.py

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
hypothesis.HealthCheck.large_base_example,
6363
hypothesis.HealthCheck.function_scoped_fixture,
6464
],
65+
verbosity=hypothesis.Verbosity.verbose
6566
)
6667

6768
hypothesis.settings.register_profile(

0 commit comments

Comments
 (0)