The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Test::Deep::None"

Test::Deep::None River stage five • 942 direct dependents • 12402 total dependents

RJBS/Test-Deep-1.204 - 07 Jan 2023 23:02:26 UTC

Test::Deep - Extremely flexible deep comparison River stage five • 942 direct dependents • 12402 total dependents

If you don't know anything about automated testing in Perl then you should probably read about Test::Simple and Test::More before preceding. Test::Deep uses the Test::Builder framework. Test::Deep gives you very flexible ways to check that the result...

RJBS/Test-Deep-1.204 - 07 Jan 2023 23:02:26 UTC

Test::PDL - Test Perl Data Language arrays (a.k.a. ndarrays) for equality River stage one • 1 direct dependent • 1 total dependent

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::YAFT - Yet another testing framework River stage zero No dependents

This module combines features of multiple test libraries providing its own, BDD inspired, Context oriented, testing approach....

BARNEY/Test-YAFT-1.0.1 - 06 Jul 2022 10:59:00 UTC

Test::Most - Most commonly needed test functions and features. River stage four • 766 direct dependents • 1745 total dependents

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::Resub - Lexically scoped monkey patching for testing River stage two • 4 direct dependents • 11 total dependents

This module allows you to temporarily replace a subroutine/method with arbitrary code. Later, you can tell how many times was it called and with what arguments each time. You may not actually need this module. Many times you'll be able to get away wi...

KOLYA/Test-Resub-2.03 - 09 Jun 2014 02:25:58 UTC

Test::Modern - precision testing for modern perl River stage three • 36 direct dependents • 109 total dependents

Test::Modern provides the best features of Test::More, Test::Fatal, Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as ideas from Test::Requires, Test::DescribeMe, Test::Moose, and Test::CleanNamespaces. Test::Modern also automat...

TOBYINK/Test-Modern-0.013 - 05 Oct 2014 18:30:37 UTC

Test::Wiretap - Listen in on a function River stage zero No dependents

AIRWAVE/Test-Wiretap-1.01 - 09 Oct 2008 19:05:50 UTC

Dancer2::Test - Useful routines for testing Dancer2 apps River stage three • 162 direct dependents • 183 total dependents

DEPRECATED. This module and all the functions listed below are deprecated. Do not use this module. The routines provided by this module for testing Dancer2 apps are buggy and unnecessary. Instead, use the Plack::Test module as shown in the SYNOPSIS a...

CROMEDOME/Dancer2-1.1.0 - 12 Dec 2023 01:29:05 UTC

Test::Warnings - Test for warnings and the lack of them River stage five • 267 direct dependents • 14138 total dependents

If you've ever tried to use Test::NoWarnings to confirm there are no warnings generated by your tests, combined with the convenience of "done_testing" to not have to declare a test count, you'll have discovered that these two features do not play wel...

ETHER/Test-Warnings-0.033 - 23 Jan 2024 03:33:37 UTC

Bio::Root::Test - common base for all BioPerl test scripts River stage two • 60 direct dependents • 65 total dependents

This provides a common base for all BioPerl test scripts. It safely handles the loading of Test::Most, itself a simple wrapper around several highly used test modules: Test::More, Test::Exception, Test::Warn, Test::Deep, and Test::Diff. It also prese...

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC

Test::Deep::JWT - JWT comparison with Test:Deep functionality River stage zero No dependents

Test::Deep::JWT is the helper module for comparing JWT string with Test::Deep functionality. This module will export a function called 'jwt'. jwt(\%claims, \%header) \%claims is the expected claims part of JWT. \%header is the expected header part of...

ADDSICT/Test-Deep-JWT-0.02 - 07 Jun 2015 02:31:00 UTC

Test::Against::Dev - Test CPAN modules against Perl dev releases River stage zero No dependents

Who Should Use This Library? This library should be used by anyone who wishes to assess the impact of month-to-month changes in the Perl 5 core distribution on the installability of libraries found on the Comprehensive Perl Archive Network (CPAN). Th...

JKEENAN/Test-Against-Dev-0.13 - 23 Sep 2018 23:21:36 UTC

Random::Skew::Test - Handy means for testing (and fine tuning) Random::Skew. River stage zero No dependents

Tests Random::Skew algorithm and generates printable results. Can be useful for learning which granularity values ($Random::Skew::GRAIN) and what rounding values ($Random::Skew::ROUNDING) are best for your uses. The sample() method takes these parame...

TRILLICH/Random-Skew-Test-0.02 - 20 Jun 2023 20:32:29 UTC

Test::CGI::Untaint - Test CGI::Untaint Local Extraction Handlers River stage one • 5 direct dependents • 5 total dependents

The CGI::Untaint module can be extended with "Local Extraction Handlers" that can be used define new ways of untainting data. This module is designed to test these data extraction modules. It does this with the following methods: is_extractable Tests...

PROFERO/Test-CGI-Untaint-1.10 - 15 Oct 2003 16:29:43 UTC

Test::Roo::DataDriven - simple data-driven tests with Test::Roo River stage one • 3 direct dependents • 4 total dependents

This class extends Test::Roo for data-driven tests that are kept in separate files. This is useful when a test script has too many test cases, so that it is impractical to include all of the cases in a single test script. It allows different tests to...

RRWO/Test-Roo-DataDriven-v0.4.2 - 17 Jul 2019 16:36:03 UTC

Test::Magpie::ArgumentMatcher - Various templates to catch arguments River stage zero No dependents

Argument matchers allow you to be more general in your specification to stubs and verification. An argument matcher is an object that takes all remaining paremeters of an invocation, consumes 1 or more, and returns the remaining arguments back. At ve...

STEVENL/Test-Magpie-0.11 - 16 Aug 2013 08:36:22 UTC

Test::Stream::Plugin::Compare - Tools for comparing deep data structures. River stage one • 1 direct dependent • 1 total dependent

Test::More had "is_deeply()". This library is the Test::Stream version. This library can be used to compare data structures. This library goes a step further though, it provides tools for building a data structure specification against which you can ...

EXODIST/Test-Stream-1.302027 - 05 Feb 2016 23:42:10 UTC
18 results (0.075 seconds)