nose
nose copied to clipboard
Test failures on Windows
Several tests fail under Windows (Server 2012 R2) on 2.7. See the output linked below:
https://gist.github.com/anonymous/fb755b00136503ed1cd1
I found this while trying to figure out why the multiprocessing plugin wasn't reporting timed-out tests as failures.
Sorry for the sparse issue -- I haven't installed any other Pythons on this system yet, as I'm not a heavy Windows user. Just thought I'd bring this to your attention in case someone working on nose is. Let me know what other information would be most helpful and I can start gathering it.
I confirm this exact problem on Windows 10 for 1.3.7
Unfortunately, Nose is no longer maintained. You may want to checkout nose2. It's not compatible with nose, but offers similar capabilities (plugins, reporting features, etc.) but more in line with unittest.