MCPcopy Create free account
hub / github.com/GStreamer/gst-python / setUp

Method setUp

testsuite/common.py:85–89  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

83 del self._tracked
84
85 def setUp(self):
86 self._num_failures = len(getattr(self._result, 'failures', []))
87 self._num_errors = len(getattr(self._result, 'errors', []))
88 if detect_leaks:
89 self.gctrack()
90
91 def tearDown(self):
92 # don't barf gc info all over the console if we have already failed a

Callers

nothing calls this directly

Calls 1

gctrackMethod · 0.95

Tested by

no test coverage detected