← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #623013]: AttributeError ( 'module' object has no attribute 'test_TC1' )

 

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

RaiMan proposed the following answer:
since you are using HTMLTestRunner, you are using Python unittest under
the hood.

please read the docs to learn how to create a suite of the testmethods you want to run:
https://docs.python.org/2/library/unittest.html#module-unittest

there are some options how to setup the suite to be given to the Runner.

Surely there are tons of tutorials about Python unites in the net.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.