request is a special case of a fixture in pytest. It cannot be detected as any other fixture as it is not marked with @pytest.fixture but is injected programmaticially by pytest.
We should special case it, manually create the FixtureDefinition and add it to the FixtureDatabase.
requestis a special case of a fixture in pytest. It cannot be detected as any other fixture as it is not marked with@pytest.fixturebut is injected programmaticially bypytest.We should special case it, manually create the FixtureDefinition and add it to the FixtureDatabase.