Subject: | New flag: -I |
Hi,
I see we have "-l" and "-b" options available to Test::Harness. Could
we get a generic "-I" option added as well? My first use case is
automated builds; when I'm running the unit tests manually, I want to
use mocked objects for some stuff (database etc), but when I'm running
the tests as part of my automated build, this is done in a chroot
environment with my full application stack installed, and it would be
nice to test that things "really" work.
Cheers,
Tyler