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

Search results for "module:Test::Builder::Module"

Test::Builder::Module - Base class for test modules River stage five • 22891 direct dependents • 32646 total dependents

This is a superclass for Test::Builder-based modules. It provides a handful of common functionality and a method of getting at the underlying Test::Builder object. Importing Test::Builder::Module is a subclass of Exporter which means your module is a...

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 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::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

Jifty::Test - Jifty's test module River stage two • 33 direct dependents • 33 total dependents

Jifty::Test is a superset of Test::More. It provides all of Test::More's functionality in addition to the class methods defined below....

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Test::Timer - test module to test/assert response times River stage two • 7 direct dependents • 35 total dependents

Test::Timer implements a set of test primitives to test and assert test times from bodies of code. The key features are subroutines to assert or test the following: * that a given piece of code does not exceed a specified time limit * that a given pi...

JONASBN/Test-Timer-2.12 - 08 Jul 2021 17:09:26 UTC

Test::Tester - Ease testing test modules built with Test::Builder River stage five • 22891 direct dependents • 32646 total dependents

If you have written a test module based on Test::Builder then Test::Tester allows you to test it with the minimum of effort....

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test::Text - A module for testing text files for spelling and (maybe) more. River stage zero No dependents

This started as a spell and quality check for my novel, "Manuel the Magnificent Mechanical Man". Eventually, it can be used for checking any kind of markdown-formatted text, be it fiction or non-fiction. The first version included as documentation, t...

JMERELO/Test-Text-0.6.7 - 07 Jul 2022 19:31:54 UTC

Acme::Test::Buffy - example Test::Builder testing module River stage zero No dependents

The reason for writing this module is to demonstrate how you can write testing modules that work together with Test::Builder. It also shows how to test such modules with Test::Builder::Tester. Look at the source code (which is heavily commented) for ...

MARKF/Acme-Test-Buffy-0.02 - 23 Aug 2004 20:23:16 UTC

Test::BOM - Test strings and files for BOM River stage zero No dependents

This module helps you with testing for byte-order-marks in strings and files. If you came across this module while looking for other ways to deal with byte-order-marks you might find what you need in the "SEE ALSO" section below. If you don't know an...

GGOLDBACH/Test-BOM-0.001 - 26 Sep 2018 07:37:36 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::DNS - Test DNS queries and zone configuration River stage one • 1 direct dependent • 1 total dependent

Test::DNS allows you to run tests which translate as DNS queries. It's simple to use and abstracts all the difficult query checks from you. It has a built-in tests naming scheme so you don't have to name your tests (as shown in all the examples) even...

XSAWYERX/Test-DNS-0.203 - 22 Apr 2019 16:50:31 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

Test::PDL - Test Perl Data Language arrays (a.k.a. ndarrays) for equality River stage one • 1 direct dependent • 1 total dependent

With Test::PDL, you can compare two ndarrays for equality. The comparison is performed as thoroughly as possible, comparing types, dimensions, bad value patterns, and finally the values themselves. The exact behaviour can be configured by setting cer...

ETJ/Test-PDL-0.20 - 26 Feb 2022 21:27:36 UTC

Test::Role - test that a class or object performs a role River stage one • 2 direct dependents • 2 total dependents

Test::Role provides a test for classes and object that implement roles using the Class::Roles module. Test::Role exports a single function does_ok. does_ok takes two required arguments: a class or object and a role which that class or object must per...

JFITZ/Test-Role-0.12 - 15 Dec 2003 16:34:18 UTC

Test::Data - test functions for particular variable types River stage one • 4 direct dependents • 5 total dependents

Test::Data provides utility functions to check properties and values of data and variables....

BRIANDFOY/Test-Data-1.246 - 09 Mar 2024 01:43:42 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

Test::Vars - Detects unused variables in perl modules River stage two • 7 direct dependents • 13 total dependents

Test::Vars provides test functions to report unused variables either in an entire distribution or in some files of your choice in order to keep your source code tidy....

GFUJI/Test-Vars-0.015 - 20 Apr 2021 13:53:39 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::More - yet another framework for writing test scripts River stage five • 22891 direct dependents • 32646 total dependents

STOP! If you're just getting started writing tests, have a look at Test2::Suite first. This is a drop in replacement for Test::Simple which you can switch to once you get the hang of basic testing. The purpose of this module is to provide a wide rang...

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test::Ping - Testing pings using Net::Ping River stage zero No dependents

Using this module you do not have to work with an object, but can instead use actual procedural testing functions, which is cleaner and more straight forward for testing purposes. This module keeps track of the object for you, starting and closing it...

XSAWYERX/Test-Ping-0.210 - 07 Jun 2020 06:42:19 UTC
198 results (0.115 seconds)