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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to