in reply to Testing scripts under Test::More (with Test::Script)

My understanding is that Test::Script will happily work in a dist which uses Test::More for all its other tests. They should be able to co-exist quite happily (one advantage of TAP being extremely simple). So you can keep your existing tests, use Test::Script just for the scripts and not worry about it.


🦛

  • Comment on Re: Testing scripts under Test::More (with Test::Script)

Replies are listed 'Best First'.
Re^2: Testing scripts under Test::More (with Test::Script)
by bliako (Abbot) on Jun 02, 2023 at 17:37 UTC

    thank you for the insight. Goodbyte!