Re: Testoob: How do you use testoob.collector_from_globals / collector_from_modules?

2009-07-28 Thread orip
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

Testoob: How do you use testoob.collector_from_globals / collector_from_modules?

2009-07-27 Thread Harry Ebbers
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