il Sun, 30 May 2004 11:48:03 +0200, Florian Gross <flgr / ccan.de> ha scritto:: >gabriele renzi wrote: > >> just a question: what if you need many tests per method/class? > >Many tests or many assertions? Mh.. I'd say tests. I believe that, once you find a bug in , say, a method, you should add a test for it after you fix it. Probably the test is just one assertion, anyway. What happens to the doctests ? do you let them grow endlessy?