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

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

Test::Deep::Class River stage five • 943 direct dependents • 13145 total dependents

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

Test::Deep - Extremely flexible deep comparison River stage five • 943 direct dependents • 13145 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::Tk - Testing Tk widgets. River stage two • 10 direct dependents • 10 total dependents

This module aims to assist in the testing of Perl/Tk widgets. createapp creates a MainWindow widget and places it in the variable $app. It sets a timer with delay $delay to start the internal test routine. starttesting launches the main loop and sets...

HANJE/Test-Tk-3.03 - 18 Apr 2024 17:38:45 UTC

Test::Deep::PDL - Test ndarrays inside data structures with Test::Deep River stage one • 1 direct dependent • 1 total dependent

This is just an implementation class. Look at the documentation for test_pdl() in Test::PDL....

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::Cmd - Perl module for portable testing of commands and scripts River stage two • 13 direct dependents • 35 total dependents

The "Test::Cmd" module provides a low-level framework for portable automated testing of executable commands and scripts (in any language, not just Perl), especially commands and scripts that interact with the file system. The "Test::Cmd" module makes...

NEILB/Test-Cmd-1.09 - 25 Oct 2015 11:50:21 UTC

Test::Core - Modern Perl testing with a single import River stage zero No dependents

Test::Core provides the best testing harness of Modern Perl in a single, user-friendly import. It builds off of Test::Modern while also providing clean interfaces to dumping and mocking facilities from other libraries. Test::Core also automatically i...

AANARI/Test-Core-0.0200 - 10 Jul 2015 20:59:42 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

Test::Easy - facilitates easy testing patterns River stage one • 5 direct dependents • 7 total dependents

I prefer working in a test driven development environment. One of the downsides of having a large test suite is that test files often grow into monstrosities: it's often easier to plug some new little testblock into an existing file, or stick some ne...

BELDEN/Test-Easy-1.11 - 08 Jul 2015 21:03:20 UTC

Test::Spec - Write tests in a declarative specification style River stage two • 54 direct dependents • 76 total dependents

This is a declarative specification-style testing system for behavior-driven development (BDD) in Perl. The tests (a.k.a. examples) are named with strings instead of subroutine names, so your fingers will suffer less fatigue from underscore-itis, wit...

AKZHAN/Test-Spec-0.54 - 21 Nov 2017 10:08:54 UTC

Test::Proto - OO test script golf sugar River stage one • 1 direct dependent • 1 total dependent

PERRETTDL/Test-Proto-0.027 - 25 Dec 2013 22:00:03 UTC

Test::Arrow - Object-Oriented testing library River stage one • 2 direct dependents • 2 total dependents

The opposite DSL. MOTIVATION Test::Arrow is a testing helper as object-oriented operation. Perl5 has a lot of testing libraries. These libraries have nice DSL ways. However, sometimes we hope the Object as similar to ORM. It may slightly sound strang...

BAYASHI/Test-Arrow-0.22 - 10 Aug 2023 10:56:41 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::Method - test sugar for methods River stage one • 3 direct dependents • 4 total dependents

The reason for creating Test::Method is to provide an easy way of testing methods without writing a test name which could equate to Object, method name, arguments, expected return. I found my test names suffered from lack of appropriate details simpl...

XENO/Test-Method-0.001002 - 22 Dec 2013 16:55:38 UTC

AI::MXNet::Optimizer - Common Optimization algorithms with regularizations. River stage one • 2 direct dependents • 2 total dependents

Common Optimization algorithms with regularizations....

SKOLYCHEV/AI-MXNet-1.6 - 23 Jun 2023 16:35:58 UTC

Test::Object - Thoroughly testing objects via registered handlers River stage zero No dependents

In situations where you have deep trees of classes, there is a common situation in which you test a module 4 or 5 subclasses down, which should follow the correct behaviour of not just the subclass, but of all the parent classes. This should be done ...

ETHER/Test-Object-0.08 - 23 Dec 2017 21:19:09 UTC

Test::Assert - Assertion methods for those who like JUnit. River stage two • 6 direct dependents • 11 total dependents

This class provides a set of assertion methods useful for writing tests. The API is based on JUnit4 and Test::Unit::Lite and the methods die on failure. These assertion methods might be not useful for common Test::Builder-based (Test::Simple, Test::M...

DEXTER/Test-Assert-0.0504 - 06 Dec 2009 22:50:03 UTC

Test::Modern - precision testing for modern perl River stage three • 36 direct dependents • 110 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::Kantan - simple, flexible, fun "Testing framework" River stage one • 4 direct dependents • 5 total dependents

Test::Kantan is a behavior-driven development framework for testing Perl 5 code. It has a clean, obvious syntax so that you can easily write tests....

TOKUHIROM/Test-Kantan-0.40 - 22 Sep 2014 10:18:10 UTC

Test::Shadow - override a class's methods in a scope, checking input/output River stage zero No dependents

OSFAMERON/Test-Shadow-0.0201 - 20 May 2014 03:52:30 UTC
53 results (0.055 seconds)