Search results for "module:Test::Inline"
Test::Inline - Embed your tests in your code, next to what is being tested
Embedding tests allows tests to be placed near the code being tested. This is a nice supplement to the traditional .t files. How does it work? "Test::Inline" lets you write small fragments of general or function-specific testing code, and insert it a...
ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC
Test::Inline::Script - Generate the test file for a single source file
This class is where the heavy lifting happens to actually generating a test file takes place. Given a source filename, this modules will load it, parse out the relavent bits, put them into order based on the tags, and then merge them into a test file...
ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC
Test::Inline::Extract - Extract relevant Pod sections from source code.
The Test::Inline::Extract package extracts content interesting to Test::Inline from source files....
ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC
Test::Inline::Section - Implements a section of tests
This class implements a single section of tests. That is, a section of POD beginning with "=begin test" or "=begin testing". Types of Sections There are two types of code sections. The first, beginning with "=begin testing ...", contains a set of tes...
ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC
Test::Inline::Content - Test::Inline 2 Content Handlers
One problem with the initial versions of Test::Inline 2 was the method by which it generated the script contents. "Test::Inline::Content" provides a basic API by which more sophisticated extensions can be written to control the content of the generat...
ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC
Test::Inline::IO::File - Test::Inline Local Filesystem IO Handler
Test::Inline::IO::File is the default IO handler for Test::Inline. Test::Inline 2.0 was conceived in an enterprise setting, and retains the flexibilty, power, and bulk that this created, although for most users the power and complexity that is availa...
ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC
Test::Inline::Content::Simple - Simple templating Content Handler
It is relatively common to want to customise the contents of the generated test files to set up custom environment things on an all-scripts basis, rather than file by file (using =begin SETUP blocks). "Test::Inline::Content::Simple" lets you use a ve...
ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC
Test::Inline::Content::Legacy - Test::Inline 2 Content Handler for legacy functions
This class exists to provide a migration path for anyone using the custom script generators in Test::Inline via the "file_content" param. The synopsis above pretty much says all you need to know....
ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC
Test::Inline::Content::Default - est::Inline 2 fallback/default Content Handler
This class implements the default generator for script content. It generates test script content inteded for use in a standard CPAN dist. This module contains no user servicable parts....
ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC
Dist::Zilla::Plugin::Test::Inline - Create test files from inline tests in POD sections
This plugin integrates Test::Inline into "Dist::Zilla". It scans all non-binary files in the lib path of your distribution for inline tests in POD sections that are embedded between the keywords =begin testing ... =end testing These tests are then ex...
MAXHQ/Dist-Zilla-Plugin-Test-Inline-0.011005 - 03 Feb 2015 15:26:02 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::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.302195 - 28 Apr 2023 12:57:53 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::Without - Run code while hiding library paths or specific modules
The Test::Without module makes it easy for test scripts to exclude specific modules and/or directories from the Perl search-path during the execution of blocks of code. I wrote this after needing to write a fairly ugly hack for a different CPAN modul...
RJRAY/Test-Without-0.10 - 20 Sep 2009 03:15:11 UTC
Test::podimage - Testing how CPAN and METACPAN display images in pod.
KARASIK/Test-podimage-0.06
-
28 Sep 2020 08:56:14 UTC
Test::Subunits - Extract subunit tests from within complex source code
*"Unit testing is right. Unit testing works. Unit testing clarifies. Unit testing, for lack of a better word, is good."* ...but unit testing can also be expensive. In particular, unit testing requires that your code be composed from a large number of...
DCONWAY/Test-Subunits-0.000003 - 28 Apr 2015 22:17:34 UTC
Test::Synopsis - Test your SYNOPSIS code
Test::Synopsis is an (author) test module to find .pm or .pod files under your *lib* directory and then make sure the example snippet code in your *SYNOPSIS* section passes the perl compile check. Note that this module only checks the perl syntax (by...
ZOFFIX/Test-Synopsis-0.17 - 11 Dec 2021 00:22:30 UTC