mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 14:38:30 +07:00
Merge-request: IJ-MR-181131 Merged-by: Egor Eliseev <Egor.Eliseev@jetbrains.com> GitOrigin-RevId: bae956b8083159c8f28391d058306afef60bf349
8 lines
263 B
Python
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 |