import pytest @pytest.fixture def fixture_module(): pass def test_simple(fixture_module): pass