bobber6467 / python-nose

Automatically exported from code.google.com/p/python-nose
0 stars 0 forks source link

Generator tests with named functions fail on multiprocess #444

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run this test case using the multiprocess plugin in current trunk Nose. 
https://gist.github.com/1120673

What is the expected output? What do you see instead?

It should pass, but instead you get: 
ERROR: Failure: ValueError (No such test run)

Original issue reported on code.google.com by winhamwr on 10 Aug 2011 at 10:32

GoogleCodeExporter commented 8 years ago
this is fixed in the latest trunk

let me know if it's still a problem for you

Original comment by liucou...@gmail.com on 4 Nov 2011 at 5:59

GoogleCodeExporter commented 8 years ago
I can confirm that this is fixed in trunk. Looking for a 1.0.3 pypi release 
soon :)

Original comment by winhamwr on 12 Mar 2012 at 11:39