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

Search results for "module:Test2::Bundle"

Test2::Bundle - Documentation for bundles. River stage four • 727 direct dependents • 6230 total dependents

Bundles are collections of Tools and Plugins. Bundles should not provide any tools or behaviors of their own, they should simply combine the tools and behaviors of other packages....

EXODIST/Test2-Suite-0.000162 - 25 Apr 2024 14:00:32 UTC

Test2::Bundle::More - ALMOST a drop-in replacement for Test::More. River stage four • 727 direct dependents • 6230 total dependents

This bundle is intended to be a (mostly) drop-in replacement for Test::More. See "KEY DIFFERENCES FROM Test::More" for details....

EXODIST/Test2-Suite-0.000162 - 25 Apr 2024 14:00:32 UTC

Test2::Bundle::Simple - ALMOST a drop-in replacement for Test::Simple. River stage four • 727 direct dependents • 6230 total dependents

This bundle is intended to be a (mostly) drop-in replacement for Test::Simple. See "KEY DIFFERENCES FROM Test::Simple" for details....

EXODIST/Test2-Suite-0.000162 - 25 Apr 2024 14:00:32 UTC

Test2::Bundle::Extended - Old name for Test2::V0 River stage four • 727 direct dependents • 6230 total dependents

This is the big-daddy bundle. This bundle includes nearly every tool, and several plugins, that the Test2 author uses. This bundle is used extensively to test Test2::Suite itself....

EXODIST/Test2-Suite-0.000162 - 25 Apr 2024 14:00:32 UTC

Test2::Bundle::SpecDeclare - Extended Bundle + IPC + Spec + SpecDeclare River stage one • 1 direct dependent • 1 total dependent

This loads the Test2::IPC module, as well as Test2::Bundle::Extended, Test2::Tools::Spec, and Test2::Tools::SpecDeclare....

EXODIST/Test2-Plugin-SpecDeclare-0.000003 - 31 May 2016 14:13:16 UTC

Test2::V0 - 0Th edition of the Test2 recommended bundle. River stage four • 727 direct dependents • 6230 total dependents

This is the big-daddy bundle. This bundle includes nearly every tool, and several plugins, that the Test2 author uses. This bundle is used extensively to test Test2::Suite itself....

EXODIST/Test2-Suite-0.000162 - 25 Apr 2024 14:00:32 UTC

Test2 - Framework for writing test tools that all work together. River stage five • 22891 direct dependents • 32646 total dependents

Test2 is a new testing framework produced by forking Test::Builder, completely refactoring it, adding many new features and capabilities. WHAT IS NEW? Easier to test new testing tools. From the beginning Test2 was built with introspection capabilitie...

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

Test2::Suite - Distribution with a rich set of tools built upon the Test2 framework. River stage four • 727 direct dependents • 6230 total dependents

Rich set of tools, plugins, bundles, etc built upon the Test2 testing library. If you are interested in writing tests, this is the distribution for you. WHAT ARE TOOLS, PLUGINS, AND BUNDLES? TOOLS Tools are packages that export functions for use in t...

EXODIST/Test2-Suite-0.000162 - 25 Apr 2024 14:00:32 UTC

Test2::Tools - Documentation for Tools. River stage four • 727 direct dependents • 6230 total dependents

Tools are packages that export test functions, typically all related to a specific aspect of testing. If you have a couple different categories of exports then you may want to break them into separate modules. Tools should export testing functions. L...

EXODIST/Test2-Suite-0.000162 - 25 Apr 2024 14:00:32 UTC

Test2::Plugin - Documentation for plugins River stage four • 727 direct dependents • 6230 total dependents

Plugins are packages that cause behavior changes, or other side effects for the test file that loads them. They should not export any functions, or provide any tools. Plugins should be distinct units of functionality. If you wish to combine behavior ...

EXODIST/Test2-Suite-0.000162 - 25 Apr 2024 14:00:32 UTC

Test2::Aggregate - Aggregate tests for increased speed River stage zero No dependents

Aggregates all tests specified with "dirs" (which can even be individual tests) to avoid forking, reloading etc. that can help with performance (dramatically if you have numerous small tests) and also facilitate group profiling. It is quite common to...

DKECHAG/Test2-Aggregate-0.17 - 10 Feb 2022 17:16:42 UTC

Test2::Tools::EventDumper - *DEPRECATED* Tool for dumping Test2::Event structures. River stage zero No dependents

This tool allows you to dump Test2::Event instances (including subclasses). The dump format is the Test2::Tools::Compare event DSL. There are many configuration options available to tweak the output to meet your needs....

EXODIST/Test2-Tools-EventDumper-0.000013 - 26 Jul 2021 19:09:33 UTC

Log::Shiras::Test2 - Test2 for traffic in the ::Switchboard River stage one • 1 direct dependent • 1 total dependent

This is a class used for testing. It inherits directly from Test2::API without going through Test::Builder. This will feed back to any Test2 rooted test with the understanding that even Test::More now uses Test2 Under the hood. The tests are object o...

JANDREW/Log-Shiras-v0.48.0 - 03 Oct 2016 19:16:17 UTC

Test2::Tools::Spec - RSPEC implementation on top of Test2::Workflow River stage four • 727 direct dependents • 6230 total dependents

This uses Test2::Workflow to implement an RSPEC variant. This variant supports isolation and/or concurrency via forking or threads....

EXODIST/Test2-Suite-0.000162 - 25 Apr 2024 14:00:32 UTC

Test2::Manual::Testing - Hub for documentation about writing tests with Test2. River stage four • 727 direct dependents • 6230 total dependents

This document outlines all the tutorials and POD that cover writing tests. This section does not cover any Test2 internals, nor does it cover how to write new tools, for that see Test2::Manual::Tooling....

EXODIST/Test2-Suite-0.000162 - 25 Apr 2024 14:00:32 UTC

Test2::Tools::SkipUntil - skip tests until a date is reached River stage zero No dependents

Exports two functions for skipping tests until a datetime is reached. Dates are evaluated in "localtime". These might be useful when you have known exceptions in your test suite which are temporary....

DFARRELL/Test2-Tools-SkipUntil-0.05 - 31 May 2018 01:36:46 UTC

Test2::Tools::AsyncSubtest - Tools for writing async subtests. River stage four • 727 direct dependents • 6230 total dependents

These are tools for writing async subtests. Async subtests are subtests which can be started and stashed so that they can continue to receive events while other events are also being generated....

EXODIST/Test2-Suite-0.000162 - 25 Apr 2024 14:00:32 UTC

Test2::Tools::AfterSubtest - Test2 after_subtest callback River stage one • 1 direct dependent • 2 total dependents

Exports an "after_subtest" function that can be passed a callback to be executed after every subtest. Useful for things like cleaning up the database after each test....

SHUMPHREY/Test2-Tools-AfterSubtest-0.001 - 09 Feb 2017 12:29:15 UTC

Test2::Manual::Testing::Migrating - How to migrate existing tests from Test::More to Test2. River stage four • 727 direct dependents • 6230 total dependents

This tutorial covers the conversion of an existing test. This tutorial assumes you have a test written using Test::More....

EXODIST/Test2-Suite-0.000162 - 25 Apr 2024 14:00:32 UTC

Test2::Manual::Testing::Introduction - Introduction to testing with Test2. River stage four • 727 direct dependents • 6230 total dependents

This tutorial is a beginners introduction to testing. This will take you through writing a test file, making assertions, and running your test....

EXODIST/Test2-Suite-0.000162 - 25 Apr 2024 14:00:32 UTC
20 results (0.029 seconds)