Add support for nosetests multiprocessing plugin.
[sawsim.git] / pysawsim / invoke.py
index bb501e768901702c12758c153aae820dc5bfb14d..2d8103fab178e6dab14ae1eb298e3e881c89ec23 100644 (file)
@@ -24,6 +24,11 @@ from subprocess import Popen, PIPE
 import sys
 
 
+_multiprocess_can_split_ = True
+"""Allow nosetests to split tests between processes.
+"""
+
+
 class CommandError(Exception):
     """Represent errors in command execution.