Forum OpenACS Q&A: Re: Seeking Information On Care And Feeding Of acs-automated-testing

Randy,
you are correct. I started by following the convention of putting the tests in -init.tcl files, but Lars pointed out that keeping them in -procs.tcl files instead has the benefit of being able to watch the files (from the APM) and thus have the tests reloaded everytime you change them. The -init.tcl files should contain code to be executed only on server startup as you say.