You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This way it's possible to disable it with using
pytest -p no:sugar
and this can be useful since, for example, hypothesis statistics are not
showed: Teemu/pytest-sugar#221
I am running tests with hypothesis and want to see the statistics hypothesis provides. It seems that pytest-sugar doesn't show the statistics.
Command used to run pytest
pytest --hypothesis-show-statistics
Output
If I use -p no:sugar, the statistics are shown properly.
Can pytest-sugar show proper output for hypothesis statistics?
The text was updated successfully, but these errors were encountered: