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

Method run

testsuite/common.py:102–106  ·  view source on GitHub ↗
(self, result=None)

Source from the content-addressed store, hash-verified

100
101 # override run() to save a reference to the test result object
102 def run(self, result=None):
103 if not result:
104 result = self.defaultTestResult()
105 self._result = result
106 unittest.TestCase.run(self, result)
107
108
109class SignalMonitor(object):

Callers 5

runtests.pyFile · 0.45
testGoodConstructorMethod · 0.45
testGoodConstructorMethod · 0.45
testPlayingMethod · 0.45
testApplicationMethod · 0.45

Calls

no outgoing calls

Tested by 4

testGoodConstructorMethod · 0.36
testGoodConstructorMethod · 0.36
testPlayingMethod · 0.36
testApplicationMethod · 0.36