Files
openide/python/pluginResources/inspectionDescriptions/PyTestUnpassedFixtureInspection.html
Egor.Eliseev 540f24faa4 PY-34498 Add an inspection for pytest fixture that is not passed to test parameters
Report warning if a fixture is used without being passed to test function parameters or to
`@pytest.mark.usefixtures` decorator.


Co-authored-by: Denis Mashutin <Denis.Mashutin@jetbrains.com>


Merge-request: IJ-MR-108713
Merged-by: Egor Eliseev <Egor.Eliseev@jetbrains.com>

GitOrigin-RevId: 28d0711b99ab7ae180f672306dd4ab8a81f1feec
2023-09-04 09:53:07 +00:00

6 lines
169 B
HTML

<html>
<body>
<p>Reports if a fixture is used without being passed to test function parameters or to <code>@pytest.mark.usefixtures</code> decorator</p>
</body>
</html>