import pytest


@pytest.mark.parametrize("arg", [])
class Test:
    def test_(self, arg  ):
        pass
