mirror of
https://github.com/python/cpython.git
synced 2025-07-12 22:05:16 +00:00
7 lines
174 B
Python
7 lines
174 B
Python
import unittest
|
|
import test._test_multiprocessing
|
|
|
|
test._test_multiprocessing.install_tests_in_module_dict(globals(), 'fork')
|
|
|
|
if __name__ == '__main__':
|
|
unittest.main()
|