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