Search results for "prove"
prove - Run tests through a TAP harness.
LEONT/Test-Harness-3.48
-
02 Oct 2023 18:46:04 UTC
-
Search in distribution
- App::Prove - Implements the prove command.
- App::Prove::State - State storage for the prove command.
- App::Prove::State::Result - Individual test suite results.
- 4 more results from Test-Harness »
App::Prove::Watch - Run tests whenever changes occur.
Watches for changes in the current directroy tree and runs prove when there are changes....
CREIN/App-Prove-Watch-0.3 - 09 Feb 2015 21:22:39 UTC - Search in distribution
App::Tapper::prove - Tapper - tprove - alternative 'prove' which reports results to Tapper
TAPPER/App-Tapper-prove-0.002
-
04 Jul 2013 13:27:42 UTC
-
Search in distribution
- tprove - Tapper - alternative 'prove' which uploads results to a Tapper server
App::Prove::RunScripts - Run scripts around a TAP harness.
App::Prove::RunScripts provides a command "prove_runscripts" for running your scripts before/after a TAP harness. This module's concept is similar to Module::Install::TestTarget. But I want more simple command line tool like a "prove"....
YSASAKI/App-Prove-RunScripts-0.05 - 27 Oct 2011 15:14:56 UTC - Search in distribution- prove_runscripts - Run scripts around a TAP harness.
App::Prove::Plugin::HTML - a prove plugin for HTML output
This is a quick & dirty second attempt at making TAP::Formatter::HTML easier to use from the command line. It will change once App::Prove has better support for plugins than need to take cmdline data. The original goal was to be able to specify all t...
SCHWIGON/TAP-Formatter-HTML-0.13 - 26 Jul 2023 12:33:08 UTC - Search in distribution
App::Prove::Plugin::Count - A prove plugin to count test files.
App::Prove::Plugin::Count is a prove plugin to count test files. This plugin adds current test file count and total test file count at the front of each test result....
MASIUCHI/App-Prove-Plugin-Count-0.03 - 12 Oct 2017 09:23:12 UTC - Search in distribution
App::Prove::Plugin::andoc - Select pandoc executable for tests
This plugin to prove modifies PATH to use a selected pandoc executable before running tests. See Pandoc::Release to download pandoc executables....
VOJ/Pandoc-0.9.1 - 01 Dec 2021 14:03:44 UTC - Search in distribution
App::Prove::Plugin::retty - -Pretty
This is a alias module for App::Prove::Plugin::Pretty. Using "-Pretty" is bit pretty....
TOKUHIROM/Test-Pretty-0.32 - 08 Sep 2015 22:46:34 UTC - Search in distribution- App::Prove::Plugin::Pretty - Test::Pretty plugin for prove
Test::Run::CmdLine::Prove - A Module for running tests from the command line
SHLOMIF/Test-Run-CmdLine-0.0132
-
19 Oct 2020 11:46:26 UTC
-
Search in distribution
- Test::Run::CmdLine::Prove::App - a module implementing a standalone command line app for runprove.
- Test::Run::CmdLine::Trap::Prove - trap the output of a runprove run.
- Test::Run::CmdLine::Trap::ProveApp - trap the output of a run of Test::Run::CmdLine::Prove::App.
- 1 more result from Test-Run-CmdLine »
lib/App/Prove/Plugin/Idempotent.pm
SCHWIGON/App-Prove-Plugin-Idempotent-0.01
-
16 Apr 2011 22:39:09 UTC
-
Search in distribution
- App::Prove::Plugin::Idempotent - a prove plugin to keep output TAP reusable
lib/App/Prove/Plugin/PassEnv.pm
HURRICUP/App-Prove-Plugin-PassEnv-0.002
-
15 Mar 2019 04:35:49 UTC
-
Search in distribution
App::Prove::Plugin::SetEnv - a prove plugin to set environment variables
This prove plugin lets you set environment variables for your test scripts. It is particularly handy in ".proverc"....
ILMARI/App-Prove-Plugin-SetEnv-0.001 - 29 Mar 2012 12:42:10 UTC - Search in distribution
Module::New::Recipe::Prove - run tests
ISHIGAKI/Module-New-0.15
-
19 Apr 2015 15:25:22 UTC
-
Search in distribution
Mojolicious::Plugin::Prove - run test scripts via browser
RENEEB/Mojolicious-Plugin-Prove-0.11
-
09 Mar 2021 14:35:15 UTC
-
Search in distribution
- Mojolicious::Plugin::Prove::Base - Base class for Mojolicious::Plugin::Prove
- Mojolicious::Plugin::Prove::Controller - Controller for Mojolicious::Plugin::Prove
App::Prove::Plugin::Harriet - Harriet with prove
This module is a part of Harriet. This module loads harriet scripts before running tests. And it set environment variables. Please look Harriet for more details....
TOKUHIROM/Harriet-0.06 - 07 Feb 2020 13:12:10 UTC - Search in distribution
App::Prove::Plugin::Waivers - (incomplete) 'prove' plugin support for TAP::DOM::Waivers
This plugin allows modifying TAP via TAP::DOM::Waivers. Read there for the motivation. It loads a spec (*waiver*) file, loads the original TAP, converts it into an intermediate TAP-DOM, applies the waivers to that TAP-DOM, converts the patched TAP-DO...
SCHWIGON/TAP-DOM-Waivers-0.003 - 10 Sep 2020 07:35:28 UTC - Search in distribution- TAP::DOM::Waivers - Patching TAP::DOM, usually for test waivers
- TAP::DOM::Waivers::Formatter::Session - (incomplete) 'prove' plugin support for TAP::DOM::Waivers
App::Prove::Plugin::TestRail - Upload your TAP results to TestRail in realtime
Prove plugin to upload test results to TestRail installations. Accepts input in the standard Prove plugin fashion (-Ppluginname='key=value,key=value,key=value...'), but will also parse a config file. When fed in prove plugin style, key=value input is...
TEODESIAN/TestRail-API-0.052 - 11 Sep 2022 00:30:51 UTC - Search in distribution- TestRail::Utils - Utilities for the testrail command line functions, and their main loops.
- TestRail::Bin::Replay - List runs in a TestRail project matching the provided filters
- Test::Rail::Parser - Upload your TAP results to TestRail
- 1 more result from TestRail-API »
App::Prove::Plugin::TermTable - Set the size of the console for Term::Table
Some of the Test2::Tools provide some pretty tables for comparing deltas from failed tests. It tries to detect the size of the terminal so that long lines can be wrapped and the tables remain readable. Unfortunately when you run the tests under "prov...
PLICEASE/App-Prove-Plugin-TermTable-0.03 - 03 Mar 2019 13:08:10 UTC - Search in distribution
App::Prove::Plugin::RandomSeed - A prove plugin to get/set random seed of shuffled test.
App::Prove::Plugin::RandomSeed is a prove plugin to get/set random seed of shuffled test. This is useful for the investigation of failed test with --shuffle option. --shuffle option is always set when you load this plugin....
MASIUCHI/App-Prove-Plugin-RandomSeed-0.01 - 02 Sep 2017 14:05:00 UTC - Search in distribution
App::Prove::Plugin::Distributed - an App::Prove plugin to distribute test jobs using client and server model.
A plugin for App::Prove to distribute job. The core implementation of the plugin is to provide a easy interface and functionality to extend the use of any distribution method. The initiate release of this module was using the idea from FCGI::Daemon t...
LSF/App-Prove-Plugin-Distributed-0.08 - 08 May 2012 02:47:45 UTC - Search in distribution- TAP::Parser::Iterator::Worker - Iterator for worker TAP sources
- TAP::Parser::Iterator::Worker::LSF - Iterator for LSF worker TAP sources
- TAP::Parser::SourceHandler::Worker - Stream TAP from an IO::Handle or a GLOB.
- 6 more results from App-Prove-Plugin-Distributed »