pombreda / python-nose

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

Nose does not like fork #386

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. os.fork() in a test case

What is the expected output? What do you see instead?
test failure/success based on result of fork via piped return values.
Every test that would run after the current one runs again. sys.exit()
does even let me get out of the program. There's no escape!

What version of the product are you using? On what operating system?
nose 1.0.0

Please provide any additional information below.
Please please fix testing where the test may in fact fork(). fork() is 
extremely useful.

Original issue reported on code.google.com by thomas.burdick@gmail.com on 17 Dec 2010 at 5:16

GoogleCodeExporter commented 9 years ago
Love that this issue was filed almost 3 years ago and nothing has been done 
about it. *sigh*

Original comment by jkam...@quantopian.com on 30 Aug 2013 at 9:30

GoogleCodeExporter commented 9 years ago
This project is no longer active, you can report or comment on issues on nose's 
project on github. https://github.com/nose-devs/nose

Original comment by jpelle...@gmail.com on 1 Sep 2013 at 5:33