← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #143903]: How can be unit tests execution cancelled?

 

Question #143903 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/143903

    Status: Open => Answered

RaiMan proposed the following answer:
I just made a test and found you are right (the test continues to run in
background).

You should report a bug.

possible workarounds:

--1. the unit test is apparently running in a subprocess, that is not
signaled to stop, when the IDE abort key is pressed. So if you find out
how to kill the subprocess, then this might be easier ???

--2. use the native Python unittest feature in the IDE. This runs in the
IDE foreground and is stopped by the abort key

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.