コード例 #1
0
 def pytest_runtest_logstart(self, nodeid, location):
     # Non-verbose: do whatever normal pytest does.
     if not self.verbosity:
         return TerminalReporter.pytest_runtest_logstart(
             self, nodeid, location)