The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Test::Reporter"

Test::Reporter - sends test results to cpan-testers@perl.org River stage two • 19 direct dependents • 35 total dependents

Test::Reporter reports the test results of any given distribution to the CPAN Testers project. Test::Reporter has wide support for various perl5's and platforms. CPAN Testers no longer receives test reports by email, but reports still resemble an ema...

DAGOLDEN/Test-Reporter-1.62 - 06 Apr 2015 16:02:50 UTC

Test::Ika::Reporter::Test - testing tester River stage zero No dependents

This module captures testing result in Test::Ika. You can get a result from $test->result() method....

MASAKI/Test-Ika-0.08 - 28 Mar 2014 18:30:54 UTC

CPAN::Test::Reporter - Report test results of a package retrieved from CPAN River stage zero No dependents

CPAN::Test::Reporter uniformly posts package test results in support of the cpan-testers project. See http://testers.cpan.org/ for details. NOTE TO TESTERS: this module will currently send its output email to cpan-workers@perl.org, which might not be...

SKUD/CPAN-Test-Reporter-0.02 - 10 Sep 2001 05:02:40 UTC

Test::Smoke::Reporter - OO interface for handling the testresults (mktest.out) River stage zero No dependents

Handle the parsing of the mktest.out file....

ABELTJE/Test-Smoke-1.82 - 28 Apr 2024 12:55:06 UTC

Test::Ika::Reporter::TAP - TAP River stage zero No dependents

This reporter displays a testing result as TAP(Test Anything Protocol)....

MASAKI/Test-Ika-0.08 - 28 Mar 2014 18:30:54 UTC

Test::Reporter::Transport - base class for Test::Reporter transports River stage two • 19 direct dependents • 35 total dependents

Transport subclasses provide the means by which CPAN Testers reports are transmitted to the CPAN Testers mailing list. This module is an abstract base class that define an API for Test::Reporter::Transport subclasses. Individual subclasses MUST imple...

DAGOLDEN/Test-Reporter-1.62 - 06 Apr 2015 16:02:50 UTC

Test::Ika::Reporter::Spec - Reporter like RSpec River stage zero No dependents

This module displays pretty output like RSpec....

MASAKI/Test-Ika-0.08 - 28 Mar 2014 18:30:54 UTC

Test::Reporter::POEGateway - A Test::Reporter::HTTPGateway using the power of POE River stage zero No dependents

Really, all you have to do is load the module and call it's spawn() method: use Test::Reporter::POEGateway; Test::Reporter::POEGateway->spawn( ... ); This method will return failure on errors or return success. Normally you don't need to pass any arg...

APOCAL/Test-Reporter-POEGateway-0.04 - 24 Feb 2010 23:11:24 UTC

Test::Smoke::App::Reporter - The tsreport.pl application. River stage zero No dependents

Test::Smoke::App::Reporter->new() Return an instance....

ABELTJE/Test-Smoke-1.82 - 28 Apr 2024 12:55:06 UTC

Test::Reporter::HTTPGateway - relay CPAN Testers reports received via HTTP River stage zero No dependents

The CPAN Testers report submission system is difficult for some clients to use, because it is not available via HTTP, which is often one of the only protocols allowed through firewalls. Test::Reporter::HTTPGateway is a very simple HTTP request handle...

RJBS/Test-Reporter-HTTPGateway-0.001 - 05 Apr 2008 22:19:37 UTC

Test::Reporter::Transport::Null - Null transport for Test::Reporter River stage two • 19 direct dependents • 35 total dependents

This module provides a "null" transport option that does nothing when "send()" is called....

DAGOLDEN/Test-Reporter-1.62 - 06 Apr 2015 16:02:50 UTC

Test::Reporter::Transport::File - File transport for Test::Reporter River stage two • 19 direct dependents • 35 total dependents

This module saves a Test::Reporter report to the specified directory (using the "write" method from Test::Reporter. This lets you save reports during offline operation. The files may later be uploaded using "Test::Reporter->read()". Test::Reporter->n...

DAGOLDEN/Test-Reporter-1.62 - 06 Apr 2015 16:02:50 UTC

Bundle::CPANPLUS::Test::Reporter River stage zero No dependents

Bundle to install all modules required & desired by CPANPLUS to provide automated test reporting to "testers.cpan.org"...

KANE/Bundle-CPANPLUS-Test-Reporter-0.05 - 15 Sep 2006 10:27:58 UTC

Test::Reporter::Transport::Legacy - Legacy Test::Reporter::Transport modules River stage zero No dependents

This distribution contains legacy Test::Reporter transport modules from when the CPAN Testers project still accepted test report from email. As email submission has been discontinued, these module have been split out from the main Test::Reporter dist...

DAGOLDEN/Test-Reporter-Transport-Legacy-1.59 - 21 Jul 2011 14:38:17 UTC

Test::Reporter::POEGateway::Mailer - Sends reports via a configured mailer River stage zero No dependents

Really, all you have to do is load the module and call it's spawn() method: use Test::Reporter::POEGateway::Mailer; Test::Reporter::POEGateway::Mailer->spawn( ... ); This method will return failure on errors or return success. Normally you would sele...

APOCAL/Test-Reporter-POEGateway-0.04 - 24 Feb 2010 23:11:24 UTC

Test::Reporter::Transport::Metabase - Metabase transport for Test::Reporter River stage two • 7 direct dependents • 14 total dependents

This module submits a Test::Reporter report to the specified Metabase instance. This requires a network connection to the Metabase uri provided. If you wish to save reports during offline operation, see Test::Reporter::Transport::File. (Eventually, y...

DAGOLDEN/Test-Reporter-Transport-Metabase-1.999010 - 03 Apr 2016 17:44:24 UTC

Test::Approvals::Reporters::Reporter - Defines a role for reporters to extend. River stage zero No dependents

Test::Approvals::Reporters::Reporter is a Moose::Role that all reporters should extend. By extending this Role you get the 'test_name' attribute for free, and are required to implement a method called 'report'....

JRCOUNTS/Test-Approvals-v0.0.5 - 11 May 2013 12:10:31 UTC

Test::Reporter::Transport::HTTPGateway - HTTP transport for Test::Reporter River stage zero No dependents

This module transmits a Test::Reporter report via HTTP to a Test::Reporter::HTTPGateway server (or something with an equivalent API)....

DAGOLDEN/Test-Reporter-Transport-Legacy-1.59 - 21 Jul 2011 14:38:17 UTC

Test::Reporter::Transport::Socket - Simple socket transport for Test::Reporter River stage one • 5 direct dependents • 5 total dependents

This is a Test::Reporter::Transport that sends test report data serialised over a TCP socket. The idea is to keep dependencies in the tester perl to a bare minimum and offload the bulk of submission to a Metabase instance to a relay....

BINGOS/Test-Reporter-Transport-Socket-1.02 - 12 Jun 2021 11:58:42 UTC

lib/Test/Kantan/Reporter/TAP.pm River stage one • 4 direct dependents • 5 total dependents

TOKUHIROM/Test-Kantan-0.40 - 22 Sep 2014 10:18:10 UTC
54 results (0.044 seconds)