Searched refs:pytestconfig (Results 1 – 2 of 2) sorted by relevance
76 def env(pytestconfig) -> Env: argument77 env = Env(pytestconfig=pytestconfig)
424 def __init__(self, pytestconfig=None): argument425 self._verbose = pytestconfig.option.verbose \426 if pytestconfig is not None else 0
Completed in 7 milliseconds