Search results for "module:Test::Builder::Module"
Test::Builder::Module - Base class for test modules
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.302198 - 30 Nov 2023 18:09:19 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::Files - A Test::Builder based module to ease testing with files and dirs
This module is like Test::More, in fact you should use that first as shown above. It exports file_ok compare the contents of a file to a string file_filter_ok compare the contents of a file to a string, but filter the file first. (You must filter you...
JSF/Test-Files-0.15 - 01 Dec 2020 11:06:07 UTC
Acme::Test::Buffy - example Test::Builder testing module
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
Jifty::Test - Jifty's test module
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
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
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.302198 - 30 Nov 2023 18:09:19 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::Text - A module for testing text files for spelling and (maybe) more.
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
Test::BOM - Test strings and files for BOM
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
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::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
Test::DNS - Test DNS queries and zone configuration
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::PDL - Test Perl Data Language arrays (a.k.a. ndarrays) for equality
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
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
Test::Data provides utility functions to check properties and values of data and variables....
BDFOY/Test-Data-1.244 - 09 Jan 2022 03:25:09 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
Test::Vars - Detects unused variables in perl modules
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.
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
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.302198 - 30 Nov 2023 18:09:19 UTC