Home
last modified time | relevance | path

Searched refs:metafunc (Results 1 – 1 of 1) sorted by last modified time

/curl/tests/
H A Dconftest.py60 def pytest_generate_tests(metafunc): argument
61 if "repeat" in metafunc.fixturenames:
62 count = int(metafunc.config.getoption("repeat"))
63 metafunc.fixturenames.append('tmp_ct')
64 metafunc.parametrize('repeat', range(count))

Completed in 10 milliseconds