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

Search results for "module:Test2::Formatter"

Test2::Formatter - Namespace for formatters. River stage five • 22891 direct dependents • 32646 total dependents

This is the namespace for formatters. This is an empty package....

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

Test2::Formatter::Test2 - An alternative to TAP, used by Test2::Harness. River stage two • 12 direct dependents • 16 total dependents

This formatter is the primary formatter used for final result rendering when you use Test2::Harness. This formatter is NOT designed to have its output consumed by code/machine/harnesses. The goal of this formatter is to have output that is easily rea...

EXODIST/Test2-Harness-1.000155 - 03 Oct 2023 15:58:08 UTC

Test2::Formatter::Test2::Composer - Compose output components from event facets River stage two • 12 direct dependents • 16 total dependents

This is used by Test2::Formatter::Test2 to turn events into output components. This logic lives here instead of in the formatter because it is also used by Test2::Harness::UI. Other tools may also find this conversion useful....

EXODIST/Test2-Harness-1.000155 - 03 Oct 2023 15:58:08 UTC

Test2::Formatter::QVF - Test2 formatter that is [Q]uiet but [V]erbose on [F]ailure. River stage two • 12 direct dependents • 16 total dependents

This formatter is a subclass of Test2::Formatter::Test2. This one will buffer all output from a test file and only show it to you if there is a failure. Most of the time it willonly show you the completion notifications for each test....

EXODIST/Test2-Harness-1.000155 - 03 Oct 2023 15:58:08 UTC

Test2::Formatter::TAP - Standard TAP formatter River stage five • 22891 direct dependents • 32646 total dependents

This is what takes events and turns them into TAP....

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

Test2::Formatter::WWWWTF - Formatter for WWW::WTF output. River stage zero No dependents

Based on Test2::Formatter::Test2 with slight changes....

CHA/WWW-WTF-0.7 - 04 Dec 2020 07:26:42 UTC

Test2::Formatter::Stream - Test2 Formatter that directly writes events. River stage two • 12 direct dependents • 16 total dependents

This formatter writes all test2 events to event files (one per process/thread) instead of writing them to STDERR/STDOUT. It will output synchronization messages to STDERR/STDOUT every time an event is written. From this data the test output can be pr...

EXODIST/Test2-Harness-1.000155 - 03 Oct 2023 15:58:08 UTC

lib/Test2/AsyncSubtest/Formatter.pm River stage four • 727 direct dependents • 6230 total dependents

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

Test2::Formatter::YAMLEnhancedTAP - YAML-enhanced TAP output for your tests River stage zero No dependents

"Test2::Formatter::YAMLEnhancedTAP" provides context on failed assertions as YAML snippets following TAP version 13 grammar. The sole purpose of this module is to be used with TAP::Formatter::GitHubActions to bring more accurate annotations....

JGOMEZ/Test2-Formatter-YAMLEnhancedTAP-0.0.5 - 07 Dec 2023 12:54:17 UTC

Test2::Manual::Tooling::Formatter - How to write a custom formatter, in our case a JSONL formatter. River stage four • 727 direct dependents • 6230 total dependents

This tutorial explains a minimal formatter that outputs each event as a json string on its own line. A true formatter will probably be significantly more complicated, but this will give you the basics needed to get started....

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

Test2::Harness::Renderer::Formatter - Renderer that uses any Test2::Formatter for rendering. River stage two • 12 direct dependents • 16 total dependents

This renderer simply acts as a communication layer between the harness and any Test2 formatter that you wish to use to display results. Not all formatters will produce useful output for harness events....

EXODIST/Test2-Harness-1.000155 - 03 Oct 2023 15:58:08 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::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::API - Primary interface for writing Test2 based testing tools. River stage five • 22891 direct dependents • 32646 total dependents

This package exports all the functions necessary to write and/or verify testing tools. Using these building blocks you can begin writing test tools very quickly. You are also provided with tools that help you to test the tools you write....

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

Test2::Hub - The conduit through which all events flow. River stage five • 22891 direct dependents • 32646 total dependents

The hub is the place where all events get processed and handed off to the formatter. The hub also tracks test state, and provides several hooks into the event pipeline....

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

Test2::Event - Base class for events River stage five • 22891 direct dependents • 32646 total dependents

Base class for all event objects that get passed through Test2....

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::API::Stack - Object to manage a stack of Test2::Hub instances. River stage five • 22891 direct dependents • 32646 total dependents

This module is used to represent and manage a stack of Test2::Hub objects. Hubs are usually in a stack so that you can push a new hub into place that can intercept and handle events differently than the primary hub....

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

Test2::Plugin::UTF8 - Test2 plugin to test with utf8. River stage four • 727 direct dependents • 6230 total dependents

When used, this plugin will make tests work with utf8. This includes turning on the utf8 pragma and updating the Test2 output formatter to use utf8....

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

Test2::API::Instance - Object used by Test2::API under the hood River stage five • 22891 direct dependents • 32646 total dependents

This object encapsulates the global shared state tracked by Test2. A single global instance of this package is stored (and obscured) by the Test2::API package. There is no reason to directly use this package. This package is documented for completene...

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC
39 results (0.032 seconds)