MCPcopy Create free account
hub / github.com/pytest-dev/pytest / args

Method args

testing/test_terminal.py:46–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44
45 @property
46 def args(self):
47 values = []
48 values.append("--verbosity=%d" % self.verbosity)
49 return values
50
51
52@pytest.fixture(

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected