Add support for nosetests multiprocessing plugin.
authorW. Trevor King <wking@drexel.edu>
Wed, 27 Oct 2010 16:21:49 +0000 (09:21 -0700)
committerW. Trevor King <wking@drexel.edu>
Wed, 27 Oct 2010 16:21:49 +0000 (09:21 -0700)
commit7e07146e0f970b782e92d26a5d2424502131f209
tree32e89941ae35fdb42ded0a509e880290e454ae85
parentfa1160606891aba3dbe89c82a1561b08e9cf51f7
Add support for nosetests multiprocessing plugin.

See
  python-nose/doc/doc_tests/test_multiprocess/multiprocess.rst
for an explanation of the plugin and its peculiarities.

On a 16-core SMP machine, the test suite now runs with:
  Ran 27 tests in 58.077s
vs the old:
  Ran 23 tests in 69.325s

The extra tests are repeats, probably having to do with a
split-vs-share issue that I haven't tracked down yet.  The tests could
be faster still if we used the subproc manager by default for Python
>= 2.6.  I'll do that next.
misc/hooks/pre-commit-pysawsim-check
pysawsim/__init__.py
pysawsim/_collections.py
pysawsim/histogram.py
pysawsim/invoke.py
pysawsim/parameter_error.py
pysawsim/parameter_scan.py
pysawsim/sawsim.py
pysawsim/sawsim_histogram.py