in reply to Re: The chicken and the egg (or how do I pass the module test)
in thread The chicken and the egg (or how do I pass the module test)

Further tests as in the same test script? Or further tests as in additional test scripts that are conditionally skipped?

(I need to do some reading up on Test::More)
  • Comment on Re^2: The chicken and the egg (or how do I pass the module test)

Replies are listed 'Best First'.
Re^3: The chicken and the egg (or how do I pass the module test)
by mr_mischief (Monsignor) on Dec 21, 2007 at 21:43 UTC
    Unfortunately for this discussion and probably for myself in general, I've not spent enough time with Test::More to make any implementation suggestions. I think the idea of deferring part of the tests and making the ones that require the presence of the hardware to pass conditional is sound, though.