mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 04:11:31 +07:00
Merge-request: IJ-MR-108198 Merged-by: Egor Eliseev <Egor.Eliseev@jetbrains.com> GitOrigin-RevId: dfd6501f64be944bff21621bce6ef45218912337
9 lines
184 B
Python
9 lines
184 B
Python
def fixture(
|
|
fixture_function = None,
|
|
*,
|
|
scope = "function",
|
|
params = None,
|
|
autouse = False,
|
|
ids = None,
|
|
name = None,):
|
|
pass |