source: titan/mediathek/localhoster/lib/python2.7/test/test_unittest.py @ 40094

Last change on this file since 40094 was 40094, checked in by obi, 7 years ago

tithek add yoztube-dl support

File size: 202 bytes
Line 
1import unittest.test
2
3from test import test_support
4
5
6def test_main():
7    test_support.run_unittest(unittest.test.suite())
8    test_support.reap_children()
9
10
11if __name__ == "__main__":
12    test_main()
Note: See TracBrowser for help on using the repository browser.