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 pytest which plugins are needed for all tests.

testing.conftest.pytest_configure(config)[source]

Register @pytest.mark.exhale with PyTest.

testing.conftest.pytest_runtest_setup(item)[source]

Todo

stop reloading configs module in 1.x.