Files
chbndrhnnsandintellij-monorepo-bot a5a215495f [python] PY-59322 Don't add gutter icon to pytest fixtures with test_* prefix
Merge-request: IJ-MR-181128
Merged-by: Egor Eliseev <Egor.Eliseev@jetbrains.com>

GitOrigin-RevId: 3f1d486d3bab13647f498ce3f146b43c3638f2ea
2025-11-03 15:55:56 +00:00

8 lines
100 B
Python

import pytest
@pytest.fixture
def test_fixture():
return 42
def test_actual():
assert True