Staging
v0.5.1
Revision abb88023896f545b18d20c7d0d5934b11230a12f authored by Ned Deily on 30 May 2018, 23:50:49 UTC, committed by Ned Deily on 30 May 2018, 23:50:49 UTC
1 parent 0e823c6
Raw File
test_multiprocessing_forkserver.py
import unittest
import test._test_multiprocessing

from test import support

if support.PGO:
    raise unittest.SkipTest("test is not helpful for PGO")

test._test_multiprocessing.install_tests_in_module_dict(globals(), 'forkserver')

if __name__ == '__main__':
    unittest.main()
back to top