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

Search results for "module:Test::Warn"

Test::Warn - Perl extension to test methods for warnings River stage four • 364 direct dependents • 5401 total dependents

A good style of Perl programming calls for a lot of diverse regression tests. This module provides a few convenience methods for testing warning based-code. If you are not already familiar with the Test::More manpage now would be the time to go take ...

BIGJ/Test-Warn-0.37 - 13 Aug 2022 09:21:01 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::Kit - Build custom test packages with only the features you want River stage two • 6 direct dependents • 52 total dependents

Test::Kit allows you to create a single module in your project which gives you access to all of the testing functions you want. Its primary goal is to reduce boilerplate code that is currently littering the top of all your test files. It also allows ...

KAORU/Test-Kit-2.16 - 25 Jul 2023 17:03:40 UTC

Test::IOC - Test IOC registries River stage one • 1 direct dependent • 1 total dependent

This module provides some simple facilities to test IOC registries for correctness....

STEVAN/IOC-0.29 - 27 Apr 2007 00:57:28 UTC

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::Trap - Trap exit codes, exceptions, output, etc. River stage three • 67 direct dependents • 653 total dependents

Primarily (but not exclusively) for use in test scripts: A block eval on steroids, configurable and extensible, but by default trapping (Perl) STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return values from boxed blocks of test code...

EBHANSSEN/Test-Trap-v0.3.5 - 27 Jul 2022 15:59:02 UTC

Test::Tech - adds skip_tests and test data structures capabilities to the "Test" module River stage zero No dependents

The "Test::Tech" module extends the capabilities of the "Test" module. The design is simple. The "Test::Tech" module loads the "Test" module without exporting any "Test" subroutines into the "Test::Tech" namespace. There is a "Test::Tech" cover subro...

SOFTDIA/Net-Netid-0.02 - 04 Aug 2003 21:25:45 UTC

Test::Tech - adds skip_tests and test data structures capabilities to the "Test" module River stage zero No dependents

The "Test::Tech" module extends the capabilities of the "Test" module. The design is simple. The "Test::Tech" module loads the "Test" module without exporting any "Test" subroutines into the "Test::Tech" namespace. There is a "Test::Tech" cover subro...

SOFTDIA/Proc-Command-0.04 - 27 Jul 2003 17:24:58 UTC

Test::Tech - adds skip_tests and test data structures capabilities to the "Test" module River stage zero No dependents

The "Test::Tech" module extends the capabilities of the "Test" module. The design is simple. The "Test::Tech" module loads the "Test" module without exporting any "Test" subroutines into the "Test::Tech" namespace. There is a "Test::Tech" cover subro...

SOFTDIA/Test-Tech-0.26 - 21 May 2004 02:58:26 UTC

Test::Smoke - The Perl core test smoke suite River stage zero No dependents

If you are looking to get started, start at the README! "Test::Smoke" exports $conf and "read_config()" by default. Test::Smoke::read_config( $config_name ) Read (require) the configfile....

ABELTJE/Test-Smoke-1.81 - 27 Oct 2023 07:23:14 UTC

Test::C2FIT - A direct Perl port of Ward Cunningham's FIT acceptance test framework for Java. River stage zero No dependents

Great software requires collaboration and communication. Fit is a tool for enhancing collaboration in software development. It's an invaluable way to collaborate on complicated problems - and get them right - early in development. Fit allows customer...

TJBYRNE/Test-C2FIT-0.08 - 24 Jan 2008 14:33:46 UTC

Test::Arrow - Object-Oriented testing library River stage one • 2 direct dependents • 2 total dependents

The opposite DSL. MOTIVATION Test::Arrow is a testing helper as object-oriented operation. Perl5 has a lot of testing libraries. These libraries have nice DSL ways. However, sometimes we hope the Object as similar to ORM. It may slightly sound strang...

BAYASHI/Test-Arrow-0.22 - 10 Aug 2023 10:56:41 UTC

Test::Fixme - Check code for FIXMEs. River stage two • 11 direct dependents • 15 total dependents

When coding it is common to come up against problems that need to be addressed but that are not a big deal at the moment. What generally happens is that the coder adds comments like: # FIXME - what about windows that are bigger than the screen? # FIX...

PLICEASE/Test-Fixme-0.16 - 06 May 2016 11:28:22 UTC

Test::Alien - Testing tools for Alien modules River stage four • 248 direct dependents • 1388 total dependents

This module provides tools for testing Alien modules. It has hooks to work easily with Alien::Base based modules, but can also be used via the synthetic interface to test non Alien::Base based Alien modules. It has very modest prerequisites. Prior to...

PLICEASE/Alien-Build-2.80 - 11 May 2023 22:32:47 UTC

Nginx::Test - testing framework for nginx-perl and nginx River stage one • 2 direct dependents • 2 total dependents

Making sure testing isn't a nightmare. This module provides some basic functions to find nginx-perl, prepare configuration, generate handler, start in a child process, query it and get something back. And it comes with Nginx::Perl. You can simply add...

ZZZ/Nginx-Perl-1.8.1.10 - 14 Apr 2016 00:55:02 UTC

Test::Parser - Base class for parsing log files from test runs, and displays in an XML syntax. River stage one • 1 direct dependent • 1 total dependent

This module serves as a common base class for test log parsers. These tools are intended to be able to parse output from a wide variety of tests - including non-Perl tests. The parsers also write the test data into the 'Test Result Publication Interf...

MARKWKM/Test-Parser-1.9 - 10 Jul 2008 04:06:38 UTC

Test::Ranger - Test with data tables, capturing, templates River stage zero No dependents

*The computer should be doing the hard work.* *That's what it's paid to do, after all.* -- Larry Wall This is a comprehensive testing module compatible with Test::More and friends within TAP::Harness. Helper scripts and templates are included to make...

XIONG/Test-Ranger-v0.0.4 - 15 Sep 2010 22:49:08 UTC

Test::Prereq - check if Makefile.PL has the right pre-requisites River stage one • 5 direct dependents • 5 total dependents

The "prereq_ok()" function examines the modules it finds in blib/lib/, blib/script, and the test files it finds in t/ (and test.pl). It figures out which modules they use and compares that list of modules to those in the "PREREQ_PM" section of Makefi...

BDFOY/Test-Prereq-2.003 - 20 Dec 2019 06:44:31 UTC

Test::Modern - precision testing for modern perl River stage three • 36 direct dependents • 110 total dependents

Test::Modern provides the best features of Test::More, Test::Fatal, Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as ideas from Test::Requires, Test::DescribeMe, Test::Moose, and Test::CleanNamespaces. Test::Modern also automat...

TOBYINK/Test-Modern-0.013 - 05 Oct 2014 18:30:37 UTC

Test::Script - Basic cross-platform tests for scripts River stage three • 87 direct dependents • 218 total dependents

The intent of this module is to provide a series of basic tests for 80% of the testing you will need to do for scripts in the script (or bin as is also commonly used) paths of your Perl distribution. It also provides similar functions for testing pro...

PLICEASE/Test-Script-1.29 - 13 May 2021 15:18:23 UTC
74 results (0.037 seconds)