mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 06:36:17 +07:00
GitOrigin-RevId: df1a269bea4e5b92e4f30e294b544b084fdba5a1
8 lines
109 B
Python
8 lines
109 B
Python
import pytest
|
|
|
|
|
|
@pytest.mark.parametrize("arg", [])
|
|
class Test:
|
|
def test_(self, ar<caret>):
|
|
pass
|