mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
Merge-request: IJ-MR-181128 Merged-by: Egor Eliseev <Egor.Eliseev@jetbrains.com> GitOrigin-RevId: 3f1d486d3bab13647f498ce3f146b43c3638f2ea
8 lines
100 B
Python
8 lines
100 B
Python
import pytest
|
|
|
|
@pytest.fixture
|
|
def test_fixture():
|
|
return 42
|
|
|
|
def test_actual():
|
|
assert True |