bobber6467 / python-nose

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

test_process_timeout.py is skipped although multiprocess is available #465

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
run nose's self test with -v, search the output:

runTest (test_nameerror.TestMPNameError) ... ok
SKIP: Multiprocess plugin is active. Skipping tests of plugin itself.

the SKIP if for test_process_timeout.py, it should not be skipped, because 
TestMPNameError is a multiprocess plugin test, and it successfully passes

Original issue reported on code.google.com by liucou...@gmail.com on 26 Oct 2011 at 10:14

GoogleCodeExporter commented 8 years ago
my fork below has fix for this issue 
https://liucougar@code.google.com/r/liucougar-nose/

please review, thanks

Original comment by liucou...@gmail.com on 31 Oct 2011 at 11:03

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 536fe29dd1e7.

Original comment by liucou...@gmail.com on 2 Nov 2011 at 5:26