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

Function _testcases

testsuite/runtests.py:29–33  ·  view source on GitHub ↗

Yield testcases out of filenames.

(filenames)

Source from the content-addressed store, hash-verified

27
28
29def _testcases(filenames):
30 """Yield testcases out of filenames."""
31 for filename in filenames:
32 if filename.endswith(".py"):
33 yield filename[:-3]
34
35
36def _tests_suite():

Callers 1

_tests_suiteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected