The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Test::Most"

Test::Most - Most commonly needed test functions and features. River stage four • 771 direct dependents • 1705 total dependents

Test::Most exists to reduce boilerplate and to make your testing life easier. We provide "one stop shopping" for most commonly used testing modules. In fact, we often require the latest versions so that you get bug fixes through Test::Most and don't ...

OVID/Test-Most-0.38 - 24 Sep 2022 13:49:17 UTC

Test::Class::Most - Test Classes the easy way River stage two • 18 direct dependents • 83 total dependents

When people write test classes with the excellent "Test::Class", you often see the following at the top of the code: package Some::Test::Class; use strict; use warnings; use base 'My::Test::Class'; use Test::More; use Test::Exception; # and then the ...

OVID/Test-Class-Most-0.08 - 22 Nov 2012 10:09:29 UTC

Test::Most::Exception - Internal exception class River stage four • 771 direct dependents • 1705 total dependents

OVID/Test-Most-0.38 - 24 Sep 2022 13:49:17 UTC

CatalystX::Test::Most - Test base pulling in Catalyst::Test, Test::More, Test::Fatal, and HTTP::Request::Common for unit tests on Catalyst applications. River stage zero No dependents

ASHLEY/CatalystX-Test-Most-0.05 - 26 Oct 2012 16:20:10 UTC

Test - provides a simple framework for writing test scripts River stage five • 145 direct dependents • 15669 total dependents

This module simplifies the task of writing test files for Perl modules, such that their output is in the format that Test::Harness expects to see....

JESSE/Test-1.26 - 16 Jan 2013 19:28:35 UTC

Test::t - 0 to testing in 1 line River stage one • 1 direct dependent • 1 total dependent

Test::t will get you testing in one short line. It will import Test::Most, activate strict and warnings, and issue 'no_plan' (unless you specify a plan manually) The (non-existent) interface is in flux and will be changed soon....

ROKR/Test-t-0.0031 - 20 May 2010 01:54:32 UTC

Test::TT - Test::More-style wrapper around Template River stage zero No dependents

This module provides a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::More....

BOLAV/Test-TT-0.01 - 13 Mar 2009 01:13:21 UTC

Test::XT - Generate best practice release-only tests River stage one • 2 direct dependents • 3 total dependents

A number of Test modules have been written over the years to support authors. Typically, these modules have standard short test scripts documented in them that you can cut and paste into your distribution. Unfortunately almost all of these cut-and-pa...

ADAMK/Test-XT-0.04 - 07 Jul 2011 02:49:42 UTC

Test::EOF - Check correct end of files in a project. River stage one • 1 direct dependent • 2 total dependents

This module is used to check the end of files of Perl modules and scripts. It is a way to make sure that files and with (at least) one line break. It uses "\v" to look for line breaks. If you want to ensure that only "\n" are used as line break, use ...

CSSON/Test-EOF-0.0804 - 28 Apr 2021 18:36:02 UTC

Test::A8N - Storytest Automation Runner River stage zero No dependents

Test::A8N was created as a mechanism for writing and running automated storytests in a human-readable and reusable fashion. Its storytest files are easily readable, are natural to write, and are easy for non-technical users to read, while still being...

NACHBAUR/Test-A8N-0.06 - 04 Sep 2008 19:07:06 UTC

DBI::Test - Test suite for DBI API River stage zero No dependents

This module aims to be a test suite for the DBI API and an underlying DBD driver, to check if the provided functionality is working and complete. Part of this module is the ability for self-testing using *DBI::Mock*. This is not designed to be anothe...

REHSACK/DBI-Test-0.001 - 06 Aug 2013 08:25:12 UTC

Test::CVE - Test against known CVE's River stage zero No dependents

Test::CVE provides functionality to test a (CPAN)release or a single (perl) script against known CVE's It enables checking the current release only or include its prereqs too. Functions and methods new my $cve = Test::CVE->new ( verbose => 0, deps =>...

HMBRAND/Test-CVE-0.05 - 10 Apr 2024 06:36:11 UTC

Test::TCP - testing TCP program River stage four • 181 direct dependents • 1285 total dependents

Test::TCP is a test utility to test TCP/IP-based server programs....

MIYAGAWA/Test-TCP-2.22 - 08 Oct 2019 08:16:25 UTC

Test::Cmd - Perl module for portable testing of commands and scripts River stage two • 13 direct dependents • 35 total dependents

The "Test::Cmd" module provides a low-level framework for portable automated testing of executable commands and scripts (in any language, not just Perl), especially commands and scripts that interact with the file system. The "Test::Cmd" module makes...

NEILB/Test-Cmd-1.09 - 25 Oct 2015 11:50:21 UTC

Test::Roo - Composable, reusable tests with roles and Moo River stage two • 27 direct dependents • 75 total dependents

This module allows you to compose Test::More tests from roles. It is inspired by the excellent Test::Routine module, but uses Moo instead of Moose. This gives most of the benefits without the need for Moose as a test dependency. Test files are Moo cl...

DAGOLDEN/Test-Roo-1.004 - 05 Aug 2014 23:24:42 UTC

CGI::Test - CGI regression test framework River stage one • 4 direct dependents • 8 total dependents

The "CGI::Test" module provides a CGI regression test framework which allows you to run your CGI programs offline, i.e. outside a web server, and interact with them programmatically, without the need to type data and click from a web browser. If you'...

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC

Test::HTTP - Test HTTP interactions. River stage zero No dependents

Test::HTTP is designed to make it easier to write tests which are mainly about HTTP-level things, such as REST-type services. Each "Test::HTTP" object can contain state about a current request and its response. This allows convenient shorthands for s...

MML/Test-HTTP-0.22 - 28 Sep 2022 00:36:48 UTC

Test::Exec - Test that some code calls exec without terminating testing River stage one • 2 direct dependents • 2 total dependents

Test::Exec provides the most simple possible tools for testing code that might call "exec", which would otherwise end your test by calling another program. This code should detect and capture "exec" calls, even if they are inside an "eval". The conce...

PLICEASE/Test2-Tools-Process-0.07 - 29 Dec 2022 01:48:36 UTC

Test::SFTP - An object to help test SFTPs River stage zero No dependents

Unlike most testing frameworks, *Test::SFTP* provides an object oriented interface. The reason is that it's simply easier to use an object than throw the login information as command arguments each time....

XSAWYERX/Test-SFTP-1.10 - 25 Oct 2011 19:26:35 UTC

Test::DZil - tools for testing Dist::Zilla plugins River stage three • 655 direct dependents • 710 total dependents

Test::DZil provides routines for writing tests for Dist::Zilla plugins....

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC
323 results (0.094 seconds)