Re: unittest: which directory structure?

2008-04-12 Thread Roy Smith
In article <[EMAIL PROTECTED]>, Torsten Bronger <[EMAIL PROTECTED]> wrote: > Hallöchen! > > I try to port my doctests to unittest. I've found good turorials > about *writing* unit tests but not about organising the files. > > What's the best way to arrange the test source files? I made a > di

unittest: which directory structure?

2008-04-12 Thread Torsten Bronger
Hallöchen! I try to port my doctests to unittest. I've found good turorials about *writing* unit tests but not about organising the files. What's the best way to arrange the test source files? I made a directory called "tests" on the same level as my package, with (roughly) one test module per