← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #257604]: Sikuli/Python: Proper Exception Handling

 

Question #257604 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/257604

    Status: Open => Answered

RaiMan proposed the following answer:
these are typical use cases for Python's unittest feature.

# one test
setup()
test1()
teardown()

you can build  test suites and get a report.

see faq 1804

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