Skipped tests are marked as passed OK
Brought to you by:
fabioz
Since python 2.7 unittest module features test skipping functionality (http://docs.python.org/library/unittest.html#skipping-tests-and-expected-failures). But in PyUnit runner tests marked with unconditional skip decorator (@uniittest.skip) are marked as passed. This makes PyUnit runner useless in some cases.
Eclipse Helios SR2
PyDev 2.2.2
I do understand the issue, still, can you elaborate a bit on which use-case you have for that situation? (this will help me in determining the priority of this issue).