summaryrefslogtreecommitdiff
path: root/functional_tests
diff options
context:
space:
mode:
authorBuck Golemon <workitharder@gmail.com>2011-04-30 20:29:34 -0700
committerBuck Golemon <workitharder@gmail.com>2011-04-30 20:29:34 -0700
commitf3f3889756e42ffae238cd0b40c0fbb0413e6129 (patch)
tree2a133e32a46a36af76fc36fe508c6a69f87759eb /functional_tests
parent01cc27384a411a5efe2c36ca98032fd6de2438b8 (diff)
downloadnose-f3f3889756e42ffae238cd0b40c0fbb0413e6129.tar.gz
fix pre-existing flaws in the multiprocessing doctest
main fix was to use multiprocess.Manager in place of the "raw" objects all changes in the plugin are simply reactions to differences in API between the raw and managed object types
Diffstat (limited to 'functional_tests')
-rw-r--r--functional_tests/doc_tests/test_multiprocess/multiprocess.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/functional_tests/doc_tests/test_multiprocess/multiprocess.rst b/functional_tests/doc_tests/test_multiprocess/multiprocess.rst
index 8de2802..9bade23 100644
--- a/functional_tests/doc_tests/test_multiprocess/multiprocess.rst
+++ b/functional_tests/doc_tests/test_multiprocess/multiprocess.rst
@@ -221,6 +221,8 @@ Then we can run again and see the failures.
>>> run(argv=['nosetests', '-v', '--processes=2', test_can_split],
... plugins=[MultiProcess()]) #doctest: +ELLIPSIS
+ setup called
+ teardown called
test_can_split....
...
FAILED (failures=...)