Home
last modified time | relevance | path

Searched refs:pytestconfig (Results 1 – 2 of 2) sorted by relevance

/curl/tests/http/
H A Dconftest.py64 def env(pytestconfig) -> Env: argument
65 env = Env(pytestconfig=pytestconfig)
/curl/tests/http/testenv/
H A Denv.py397 def __init__(self, pytestconfig=None): argument
398 self._verbose = pytestconfig.option.verbose \
399 if pytestconfig is not None else 0

Completed in 10 milliseconds