← Back to team overview

sikuli-driver team mailing list archive

[Bug 744557] Re: Unittest execution from IDE hangs

 

in a unit test script only def()'s are allowed and have to be

def setUp(self): #only once

def tearDown(self): #only once

def testXXXX(self): # more than once with different XXXX

a test script has to be saved after a change before the next test run.

all other trials definitely lead to unstable IDE situations.

The Sikuli test feature has to be reworked, to get on the normal
scripting level of X-1.0 (especially support for import)


** Summary changed:

- Unittest execution from IDE hangs
+ Unittest execution from IDE hangs --- only use the standard test def()'s

** Changed in: sikuli
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/744557

Title:
  Unittest execution from IDE hangs --- only use the standard test
  def()'s

Status in Sikuli:
  Invalid

Bug description:
  Sikuli version: X-1.0rc2
  OS: Mac OSX 10.6.6

  What steps will reproduce the problem?
  1. Create a script like below
        Click("Image1.png")
       Type("Hello")
       Type(Key.ENTER)
  2) command+U
  3) Click run
  4) IDE hangs, there is no way to recover except to quite the app and relaunch it.



References