Hi Harry,
I forwarded this to the Testoob list at http://groups.google.com/group/testoob
Ori.
On Jul 27, 4:12 pm, Harry Ebbers wrote:
> Hi,
>
> For a project I'm creating unittests using testoob. When all tests are
> in a single file there is no problem
>
> if __name__ == '__main__':
> test
Hi,
For a project I'm creating unittests using testoob. When all tests are
in a single file there is no problem
if __name__ == '__main__':
testoob.main()
does the trick as usual.
But for a number of python-applications they have asked me to group
unittests in different files, based on commo