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

Method test_add_pad

testsuite/test_gst.py:92–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

90class TestBin(TestCase):
91
92 def test_add_pad(self):
93 Gst.init(None)
94 self.assertEqual(Gst.ElementFactory.make("bin", None).sinkpads, [])
95
96class TestBufferMap(TestCase):
97

Callers

nothing calls this directly

Calls 1

makeMethod · 0.80

Tested by

no test coverage detected