I have a parametrized test:
import pytest @pytest.mark.parametrize(\'args\', [ [1,2,3], [\'a\'], [[],[1],[\'a\']], ]) def test_bla(args): assert a