From: Janne H. <ja...@hy...> - 2004-12-18 15:42:33
|
>> Random contributions require a more consistent naming scheme. >> So how about: >> >> test_<author>_<module>_<name>.ml > > Seems sensible. > >> <author> is the authors initials eg rj, js, nc, jh. >> <module> is the Extlib module being tested, or 'multi' if more >> than one. > > Should we have tests which test more than one module? We should have tests which test more than one module. But I think we should run single module tester first to ease debugging. I already started working on the tester, hope to post an initial tester for review in a few hours. ciao, janne |