MCPcopy Create free account
hub / github.com/catboost/catboost / DryTraceReportGenerator

Class DryTraceReportGenerator

library/python/pytest/plugins/ya.py:1053–1063  ·  view source on GitHub ↗

Generator does not write any information.

Source from the content-addressed store, hash-verified

1051
1052
1053class DryTraceReportGenerator(TraceReportGenerator):
1054 """
1055 Generator does not write any information.
1056 """
1057
1058 def __init__(self, *args, **kwargs):
1059 self._test_messages = {}
1060 self._test_duration = {}
1061
1062 def trace(self, name, value):
1063 pass

Callers 1

pytest_configureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected