← Back to team overview

sikuli-driver team mailing list archive

[Question #186536]: Execute A Single Unit Test

 

New question #186536 on Sikuli:
https://answers.launchpad.net/sikuli/+question/186536

Hello Guys,

Please go easy on me, am new to Sikuli and Python.

I have successfully created some scripts today using the IDE, and have executed them using the runner and all pass.

Happy days.

My tests are all in one file so look like this.

def setUp(self):
    
def tearDown(self):

def Function1
def Function2

def test_Test1
def test_Test2
def test_Test3
def test_Test4

How do I go about, say, just running Test4? 

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