Re: [Tutor] Test code organization

2006-03-11 Thread Kent Johnson
Willi Richert wrote: > Hi, > > for some time I try to find the best test code organization. I've come > up with the following solution, which I guess is not optimal. Please > comment. OK I'll take a stab at it. > > In the code directory there is a special tests directory, which contains > all

[Tutor] Test code organization

2006-03-09 Thread Willi Richert
Hi, for some time I try to find the best test code organization. I've come up with the following solution, which I guess is not optimal. Please comment. In the code directory there is a special tests directory, which contains all the unit test files. There is the file alltests.py which collect

[Tutor] Test code organization

2006-03-09 Thread Willi Richert
Hi, for some time I try to find the best test code organization. I've come up with the following solution, which I guess is not optimal. Please comment. In the code directory there is a special tests directory, which contains all the unit test files. There is the file alltests.py which collects