sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #17003
[Bug 1154086] Re: Executions of functions not sequential but in alphabetical order
This is not a Sikuli problem:
- if you use the Sikuli IDE feature "UnitTest": this will no longer be
supported in next Sikuli versions
- if you use the Jython unit test module: this is how it is defined.
** Changed in: sikuli
Status: New => Won't Fix
** Changed in: sikuli
Assignee: (unassigned) => RaiMan (raimund-hocke)
** Summary changed:
- Executions of functions not sequential but in alphabetical order
+ UnitTest: Executions of functions not sequential but in alphabetical order
--
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:
UnitTest: Executions of functions not sequential but in alphabetical
order
Status in Sikuli:
Won't Fix
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
References