Files
chbndrhnnsandintellij-monorepo-bot be0a2a737e [python] PY-72251 Missing test run gutter icon for nested test classes
Merge-request: IJ-MR-181131
Merged-by: Egor Eliseev <Egor.Eliseev@jetbrains.com>

GitOrigin-RevId: bae956b8083159c8f28391d058306afef60bf349
2025-12-06 15:30:13 +00:00

8 lines
263 B
Python

# Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
import pytest
class TestOuter<caret>most:
class TestAlsoOuter:
class TestInner:
def test_(self):
pass