DEBSOURCES
Skip Quicknav
sources / python-mpegdash / 0.4.0-1 / tests / __init__.py
1234567
import unittest def my_module_suite(): loader = unittest.TestLoader() suite = loader.discover('tests', pattern='test_*.py') return suite