Kim van der Riet created QPIDIT-116:
---------------------------------------
Summary: Change unit test behavior so that Ctrl+C will stop the
test gracefully and report on test already run
Key: QPIDIT-116
URL: https://issues.apache.org/jira/browse/QPIDIT-116
Project: Apache QPID Interoperability Test Suite
Issue Type: Improvement
Affects Versions: 0.1.0
Reporter: Kim van der Riet
Assignee: Kim van der Riet
Currently, using Ctrl+C on a running test causes it to immediately terminate.
However, none of the tests already run are reported on, and any errors or
failures seen up to the point of being terminated are lost.
There is a mechanism in Python's test framework which allows a signal (SIGINT
in this case) to be caught in such a way that instead of simply terminating,
the remaining tests are skipped. This will allow the tests already run to be
reported.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]