We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee17d5 commit 3a51825Copy full SHA for 3a51825
Lib/test/support/hypothesis_helper.py
@@ -17,6 +17,8 @@
17
)
18
hypothesis.settings.load_profile("slow-is-ok")
19
20
+ print(f"XXXX {hypothesis.settings.default=}")
21
+
22
# For local development, we'll write to the default on-local-disk database
23
# of failing examples, and also use a pull-through cache to automatically
24
# replay any failing examples discovered in CI. For details on how this
0 commit comments