We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42550db commit 514e44dCopy full SHA for 514e44d
1 file changed
Lib/test/test_multiprocessing_dummy.py
@@ -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