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 194fbb0 commit c2bf267Copy full SHA for c2bf267
python/tests/conftest.py
@@ -76,6 +76,7 @@
76
# region =================================== Misc. Constants & Setup ====================================
77
hypothesis.settings.register_profile("ci_linux", max_examples=100)
78
hypothesis.settings.register_profile("ci_windows", max_examples=100)
79
+hypothesis.settings.register_profile("ci_macos", max_examples=100)
80
hypothesis.settings.register_profile("dev", max_examples=100)
81
82
hypothesis.settings.load_profile(os.environ.get("HYPOTHESIS_PROFILE", "dev"))
0 commit comments