Have a look at pysage's own unit test:
http://code.google.com/p/pysage/source/browse/trunk/tests/test_system.py
Here's a test module that spawns child processes:
http://code.google.com/p/pysage/source/browse/trunk/tests/test_groups_process.py
Does this help?
John
> --
> You received this message because you are subscribed to the Google Groups "pysage" group.
> To post to this group, send email to pys...@googlegroups.com.
> To unsubscribe from this group, send email to pysage+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/pysage?hl=en.
>
>
I've fixed the setUp & tearDown methods and will rework the test case
to use separate actors instead of being an actor itself.
Javier