We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e4551 commit 2cef1c4Copy full SHA for 2cef1c4
1 file changed
README.rst
@@ -50,8 +50,10 @@ All of these features are on by default but can be disabled with flags.
50
fixture
51
(`docs <https://faker.readthedocs.io/en/master/pytest-fixtures.html#seeding-configuration>`__).
52
53
-* If `numpy <http://www.numpy.org/>`_ is installed, its global random state is
54
- reset at the start of every test.
+* If `numpy <http://www.numpy.org/>`_ is installed, its legacy global random state in |numpy.random|__ is reset at the start of every test.
+
55
+ .. |numpy.random| replace:: ``numpy.random``
56
+ __ https://numpy.org/doc/stable/reference/random/index.html
57
58
* If additional random generators are used, they can be registered under the
59
``pytest_randomly.random_seeder``
0 commit comments