On 26-Mar-07, at 12:18 PM, Guy Hulbert wrote:
I would like to propose that we create 'config.tests' and change the
code in t/Test/Qpsmptd.pm from:
sub config_dir {
'./config.sample';
}
to:
sub config_dir {
'./config.tests';
}
I'm thinking this might not be the best situation either... Many
times you'll want to test a plugin in isolation...
I think we need a bit more infrastructure for tests - so that each
plugin test can have its own config file. Perhaps even something that
starts/stops qpsmtpd so we can test the server at the SMTP level as
well as these unit tests.
All a bit ambitious considering I'm pushing for a release. I'm
wondering if we can push some of this issue to the next release?