Search results for "module:Test::Most"
Test::Most - Most commonly needed test functions and features.
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
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
CatalystX::Test::Most - Test base pulling in Catalyst::Test, Test::More, Test::Fatal, and HTTP::Request::Common for unit tests on Catalyst applications.
ASHLEY/CatalystX-Test-Most-0.05
-
26 Oct 2012 16:20:10 UTC
Test - provides a simple framework for writing test scripts
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
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
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
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.
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
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
Test::CVE - Test against known CVE's
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.03 - 27 Nov 2023 14:42:35 UTC
DBI::Test - Test suite for DBI API
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::TCP - testing TCP program
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
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
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
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.
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
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
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
Test::DZil provides routines for writing tests for Dist::Zilla plugins....
RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC