in reply to Results printing multiple times when testcase with fork using Test::more module

Have you considered using Test::Fork? It is supposed to coordinate test counts across multiple threads, but I don't know how well it works.

Best, beth

  • Comment on Re: Results printing multiple times when testcase with fork using Test::more module

Replies are listed 'Best First'.
Re^2: Results printing multiple times when testcase with fork using Test::more module
by thiagu_mvt (Sexton) on May 21, 2009 at 11:41 UTC
    I have not heard of it before. Will surely check it and see whether it can help my need.