mirror of
https://github.com/izzy2lost/cpython.git
synced 2026-03-10 11:29:24 -07:00
8 lines
174 B
Python
8 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()
|