mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
Merge-request: IJ-MR-108198 Merged-by: Egor Eliseev <Egor.Eliseev@jetbrains.com> GitOrigin-RevId: dfd6501f64be944bff21621bce6ef45218912337
6 lines
89 B
Python
6 lines
89 B
Python
import pytest
|
|
|
|
@pytest.fixture
|
|
def some_fixture():
|
|
return 'fixture from conftest.py'
|