Testing Conftest Module
Global pytest configurations that are used / executed for every test.
See pytest documentation on Package/Directory-level fixtures (setups).
- testing.conftest.pytest_plugins = ['sphinx.testing.fixtures', 'testing.fixtures']
Signals to
pytestwhich plugins are needed for all tests.