Staging
v0.5.1
Revision 6e86580fc750762a0859ab6129921777a5405640 authored by Larry Hastings on 22 November 2015, 07:54:22 UTC, committed by Larry Hastings on 22 November 2015, 07:54:22 UTC
1 parent 1fb5b73
Raw File
test_multiprocessing_spawn.py
import unittest
import test._test_multiprocessing

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

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