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

Search results for "module:Test::Inline"

Test::Inline - Embed your tests in your code, next to what is being tested River stage one • 5 direct dependents • 7 total dependents

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 River stage one • 5 direct dependents • 7 total dependents

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. River stage one • 5 direct dependents • 7 total dependents

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 River stage one • 5 direct dependents • 7 total dependents

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 River stage one • 5 direct dependents • 7 total dependents

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 River stage one • 5 direct dependents • 7 total dependents

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 River stage one • 5 direct dependents • 7 total dependents

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 River stage one • 5 direct dependents • 7 total dependents

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 River stage one • 5 direct dependents • 7 total dependents

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

lib/Test/Inline/Util.pm River stage one • 5 direct dependents • 7 total dependents

ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC

lib/Rex/Inline/Test.pm River stage zero No dependents

XIAOCANG/Rex-Inline-0.0.8 - 14 Apr 2015 03:20:18 UTC

tlib/Test/Module/Inline.pm River stage zero No dependents

DCONWAY/Test-Subunits-0.000003 - 28 Apr 2015 22:17:34 UTC

Dist::Zilla::Plugin::Test::Inline - Create test files from inline tests in POD sections River stage one • 1 direct dependent • 1 total dependent

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 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::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

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::Without - Run code while hiding library paths or specific modules River stage zero No dependents

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. River stage zero No dependents

KARASIK/Test-podimage-0.06 - 28 Sep 2020 08:56:14 UTC

Catalyst::Test - Test Catalyst Applications River stage three • 603 direct dependents • 677 total dependents

This module allows you to make requests to a Catalyst application either without a server, by simulating the environment of an HTTP request using HTTP::Request::AsCGI or remotely if you define the CATALYST_SERVER environment variable. This module als...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC

Test::Synopsis - Test your SYNOPSIS code River stage two • 8 direct dependents • 37 total dependents

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
37 results (0.048 seconds)