http://qs321.pair.com?node_id=746583

Hue-Bond has asked for the wisdom of the Perl Monks concerning the following question:

Monks,

I'm consistently using prove -s to run my tests in a random fashion. Some of them interact with a database, and currently I'm resetting the schema and data by hand before running the test suite.

Is there a way to tell prove to run a specific program before running the tests, so the database cleanup can be automated? Or else, what's the standard procedure for doing this?

--
David Serrano