Muitiple comment lines

Asked by Chan Kok Lum

Hi all,

I am using the unit testing IDE.

If there a way to remark multiple line of codes in 1 shot or vice versa ?

Currently, I have to remark line by line with # just to enabled me to focus on 1 test case for trouble-shooting. Once the test case issue is resolved, again i have to uncomment line by line. This eventually is very non-productive and extreamly time consuming.

Any recommendation / advice is highly appreciated ?

Thanks.

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

you might use the block comment:

"""
some
comment

"""

or

'''
some
comment
'''

Want to get happy with Sikuli AND unit testing? read faq 1804 ;-)

Can you help with this problem?

Provide an answer of your own, or ask Chan Kok Lum for more information if necessary.

To post a message you must log in.