Perl-Toolchain-Gang / Test-Harness

Run Perl standard test scripts with statistics

Home Page:http://testanything.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More plugin hook points

tokuhirom opened this issue · comments

I guess App::Prove::Plugin::* needs more hook points like 'after_test', 'after_runtests'.

For example, App::Prove::Plugin::Growl hacks to get a testing result.
And, I want to write a plugin to post testing result to report server.

So, And I want before_test hook.
I wrote multiple testing for MySQL plugin. But It dirty hack to before forking.

e.g. https://github.com/xaicron/App-Prove-Plugin-MySQLParallel/blob/master/lib/App/Prove/Plugin/MySQLParallel.pm#L38

Patches welcome?