Skip to content

Commit

Permalink
Add a docs entry for HYPOTHESIS_NO_PLUGINS
Browse files Browse the repository at this point in the history
  • Loading branch information
jobh committed Jul 15, 2023
1 parent 7044b7c commit c0d36fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hypothesis-python/docs/strategies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@ and then tell ``setuptools`` that this is your ``"hypothesis"`` entry point:
And that's all it takes!

.. envvar:: HYPOTHESIS_NO_PLUGINS

If set, disables automatic loading of all hypothesis plugins. This is probably only
useful for our own self-tests, but documented in case it might help narrow down
any particularly weird bugs in complex environments.


Interaction with :pypi:`pytest-cov`
-----------------------------------
Expand Down

0 comments on commit c0d36fd

Please sign in to comment.