Group
Extension

Matches 2

Grizzly ( N/NO/NOBUNAGA/Grizzly-0.111.tar.gz, NOBUNAGA, 2022; MetaCPAN )
Grizzly/t/quote.t ( view source; MetaCPAN )
est_app( Grizzly => [qw(quote ibm)] );
isnt( $result->output, '', 'gives an output for quote info' );

my $result = test_app( Grizzly => [qw(quote msft)] );
isnt( $result->output, '', 'gives an output
est_app( Grizzly => [qw(quote)] );
like( $result->stdout, qr//, 'printed what we expected' );
is( $result->stderr, '', 'nothing sent to sderr' );
isnt( $result->error, undef, 'threw no exceptions' );
Grizzly ( N/NO/NOBUNAGA/Grizzly-0.111.tar.gz, NOBUNAGA, 2022; MetaCPAN )
Grizzly/t/news.t ( view source; MetaCPAN )
 test_app( Grizzly => [qw(news ibm)] );
isnt( $result->output, '', 'gives an output for newse info' );

my $result = test_app( Grizzly => [qw(news msft)] );
isnt( $result->output, '', 'gives an output
test_app( Grizzly => [qw(news)] );
like( $result->stdout, qr//, 'printed what we expected' );
is( $result->stderr, '', 'nothing sent to sderr' );
isnt( $result->error, undef, 'threw no exceptions' );

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.