← Back to team overview

sikuli-driver team mailing list archive

[Bug 1154086] [NEW] Executions of functions not sequential but in alphabetical order

 

Public bug reported:

When a module script has multiple functions,and is executed by a driver
script, the functions are not executed sequentially rather in a
alphabetical order. As shown below, the function testfna is executed
followed by testbakdjkjd.

I am using sikuli version, Sikuli X-1.Orc3(r905), OS Windows XP 32 bit,

Module script:-
class TestsExecuteFunctions(self):
   
           def setUp(self):
               # code

          def tearDown(self):
               #code
    
         def testfna(self):
              #code


           def testfndjd(self):
              #code


           def testbakdjkjd(self):
              #code

** Affects: sikuli
     Importance: Undecided
         Status: New

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

Title:
  Executions of functions not sequential but in  alphabetical order

Status in Sikuli:
  New

Bug description:
  When a module script has multiple functions,and is executed by a
  driver script, the functions are not executed sequentially rather in a
  alphabetical order. As shown below, the function testfna is executed
  followed by testbakdjkjd.

  I am using sikuli version, Sikuli X-1.Orc3(r905), OS Windows XP 32
  bit,

  Module script:-
  class TestsExecuteFunctions(self):
     
             def setUp(self):
                 # code

            def tearDown(self):
                 #code
      
           def testfna(self):
                #code

  
             def testfndjd(self):
                #code


             def testbakdjkjd(self):
                #code

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1154086/+subscriptions


Follow ups

References