Skip to content

Commit 9ccb812

Browse files
committed
Add test_multiprocessing_dummy
1 parent 0b3d138 commit 9ccb812

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import unittest
2+
import test._test_multiprocessing
3+
4+
from test import support
5+
6+
if support.PGO:
7+
raise unittest.SkipTest("test is not helpful for PGO")
8+
9+
test._test_multiprocessing.install_tests_in_module_dict(globals(), 'dummy')
10+
11+
if __name__ == '__main__':
12+
unittest.main()

0 commit comments

Comments
 (0)