* Michael Greb <[EMAIL PROTECTED]> [2006-03-04 10:35]:
>Are there other common methods I missed?

Do you really need to test the net connectivity as such, or just
the correct behaviour of your code? In the latter case, maybe you
could mock up the test environment?

F.ex., in my Proc::Fork tests, I override `CORE::GLOBAL::fork`,
because I don’t care whether `fork` itself is working correctly
(in that case the user has bigger problems that I can’t do
anything about anyway), I only want to test that the code I wrote
on top of it behaves as I expect it to.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

Reply via email to