Re: qpid-python-test script: should skipped tests be considered failures?

2014-01-28 Thread Rafael Schloming
FWIW, I didn't intent skpped tests to be counted as failures when I wrote the original script.. I'm guessing the fact that they are was either an oversight in the original code, or something that was introduced (possibly accidentally) at a later point. Either way I agree with you, it doesn't make

Re: qpid-python-test script: should skipped tests be considered failures?

2014-01-28 Thread Alan Conway
On Tue, 2014-01-28 at 08:09 -0500, Rafael Schloming wrote: FWIW, I didn't intent skpped tests to be counted as failures when I wrote the original script.. I'm guessing the fact that they are was either an oversight in the original code, or something that was introduced (possibly accidentally)

qpid-python-test script: should skipped tests be considered failures?

2014-01-27 Thread Alan Conway
The qpid-python-test script has a facility for skipping tests (by raising a Skipped exception) which works fine BUT if tests are skipped the script exits with non-0 status - i.e. failure. I propose we change this behavior. It is clear in the test output that tests were skipped rather than failed,