Re: How to use python in TestMaker

2006-10-19 Thread Ben Finney
[Please don't top-post your responses.] "kelin,[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > I just can't find a good tool to do Unit Test with Python. Could you > please tell me any? Python comes with batteries included. http://docs.python.org/lib/module-unittest> -- \ "I went

Re: How to use python in TestMaker

2006-10-19 Thread Ben Finney
"kelin,[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > I just can't find a good tool to do Unit Test with Python. Could you > please tell me any? Python comes with batteries included. -- \ "Two rules to success in life: 1. Don't tell people everything | `\

Re: How to use python in TestMaker

2006-10-19 Thread kelin,[EMAIL PROTECTED]
I don't know that TestMaker is written in Python before. So maybe it's my mistake. Then have you ever done testing jobs with Python? I know that many people do testing jobs with it. I just can't find a good tool to do Unit Test with Python. Could you please tell me any? Thanks a lot! Gabriel Ge

Re: How to use python in TestMaker

2006-10-19 Thread kelin,[EMAIL PROTECTED]
Paddy wrote: > kelin,[EMAIL PROTECTED] wrote: > > Hello, > > > > Now I 'm learning python to do testing jobs, and want to use it in > > TestMaker. > > The problem is: I don't know how to use python in TestMaker. > > Just write python program in it or call .py files in it? > > I am really new about

Re: How to use python in TestMaker

2006-10-18 Thread Gabriel Genellina
At Wednesday 18/10/2006 23:34, kelin,[EMAIL PROTECTED] wrote: Now I 'm learning python to do testing jobs, and want to use it in TestMaker. The problem is: I don't know how to use python in TestMaker. Just write python program in it or call .py files in it? I am really new about it and need some

Re: How to use python in TestMaker

2006-10-18 Thread Paddy
kelin,[EMAIL PROTECTED] wrote: > Hello, > > Now I 'm learning python to do testing jobs, and want to use it in > TestMaker. > The problem is: I don't know how to use python in TestMaker. > Just write python program in it or call .py files in it? > I am really new about it and need some help. > >