Re: [cowiki-dev] Unit tests, here I come.
"Daniel T. Gorski" <[email protected]>
| Newsgroups | gmane.comp.php.cowiki.devel |
|---|---|
| Message-ID | <20050506201649.GB16434@bantha> |
On 06 May 16:59, Archie Campbell wrote: > I suppose the easiest thing would be to create a test directory (an the > level of misc) misc/development/tests/ is there exactly for this purpose :) > I'm not sure that placing unit tests near to the class is really > necessary. It's going to be pretty obvious they'll live in the /test > directory, isn't it? Yes. Do not mix concrete classes with their tests in the same directory! regards dtg