[Pytest integration] Log the settings and profile name that are globally in effect (or make this easier for users) #1223
Labels
enhancement
it's not broken, but we want it to be better
legibility
make errors helpful and Hypothesis grokable
When I run my test suite using pytest, other pytest plugins in use such as pytest-benchmark helpfully log the settings that they have globally in effect:
Can Hypothesis do something similar, or at least make it easier for users to do this? Otherwise dealing with captured output in pytest can be tricky and annoying, and there's also no public API for querying for the currently-active profile (only the private
hypothesis.settings._current_profile).The text was updated successfully, but these errors were encountered: