mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
GitOrigin-RevId: df1a269bea4e5b92e4f30e294b544b084fdba5a1
8 lines
105 B
Plaintext
8 lines
105 B
Plaintext
import pytest
|
|
|
|
|
|
@pytest.mark.parametrize("arg", [])
|
|
class Test:
|
|
def test_(self, arg ):
|
|
pass
|