sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #29298
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.