Posted on 2008-10-24 03:34:00-07 by arfreitas
execute tests without a system call

Greetings,

I would like to know if is it possible to execute tests with TAP::Harness without executing a system call.

I know that the (already deprecated) Test::Harness::Straps uses a open() call to execute the test file and generate the output, so I suppose this is still being used with TAP::Harness. I did a quick look at the code, but couldn't fine anything related.

I'm looking for executing tests without a system call so I could execute tests in a environment like mod_perl without issues.

Thank you all,

Alceu

Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.