Searched refs:custom_pytest_arg (Results 1 – 4 of 4) sorted by relevance
36 def test_custom_arg(custom_pytest_arg): argument39 assert custom_pytest_arg == "foo"
27 def custom_pytest_arg(request): function