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::Class::Load"

Test::Class::Load - Load Test::Class classes automatically. River stage three • 176 direct dependents • 875 total dependents

"Test::Class" typically uses a helper script to load the test classes. It often looks something like this: #!/usr/bin/perl -T use strict; use warnings; use lib 't/tests'; use MyTest::Foo; use MyTest::Foo::Bar; use MyTest::Foo::Baz; Test::Class->runte...

SZABGAB/Test-Class-0.52 - 17 Feb 2021 16:05:13 UTC

Test::Class::Moose::Load - Load Test::Class::Moose classes automatically. River stage two • 15 direct dependents • 22 total dependents

Note: This helper module was blatantly stolen from Test::Class::Load. However, since your author is the person who originally wrote that code, he doesn't feel too bad. Without a loader, you would have to manually load each test class in your test fil...

DROLSKY/Test-Class-Moose-0.99 - 07 Feb 2021 17:09:12 UTC

Wetware::Test::Class::Load - Load Test::Class classes automatically. River stage one • 2 direct dependents • 2 total dependents

This changes the directories that will be checked. This way it will not try to load and run any *.pm files in a CVS or .svn directory. These are by default being copied from lib into blib by Module::Builder...

DRIEUX/Wetware-Test-0.07 - 11 May 2009 22:55:03 UTC

Test::Roo - Composable, reusable tests with roles and Moo River stage two • 27 direct dependents • 74 total dependents

This module allows you to compose Test::More tests from roles. It is inspired by the excellent Test::Routine module, but uses Moo instead of Moose. This gives most of the benefits without the need for Moose as a test dependency. Test files are Moo cl...

DAGOLDEN/Test-Roo-1.004 - 05 Aug 2014 23:24:42 UTC

Test::Ika - Yet another BDD testing library(Development Release) River stage zero No dependents

Test::Ika is yet another BDD framework for Perl5. This module provides pretty output for testing. THIS IS A DEVELOPMENT RELEASE. API MAY CHANGE WITHOUT NOTICE....

MASAKI/Test-Ika-0.08 - 28 Mar 2014 18:30:54 UTC

Test::NoXS - Prevent a module from loading its XS code River stage zero No dependents

This modules hijacks DynaLoader and XSLoader to prevent them from loading XS code for designated modules. This is intended to help test how modules react to missing XS, e.g. by dying with a message or by falling back to a pure-Perl alternative....

DAGOLDEN/Test-NoXS-1.04 - 02 Oct 2018 21:44:15 UTC

Test::More - yet another framework for writing test scripts River stage five • 23243 direct dependents • 33164 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::Tech - adds skip_tests and test data structures capabilities to the "Test" module River stage zero No dependents

The "Test::Tech" module extends the capabilities of the "Test" module. The design is simple. The "Test::Tech" module loads the "Test" module without exporting any "Test" subroutines into the "Test::Tech" namespace. There is a "Test::Tech" cover subro...

SOFTDIA/Test-Tech-0.26 - 21 May 2004 02:58:26 UTC

Test::Mojo - Testing Mojo River stage four • 980 direct dependents • 1098 total dependents

Test::Mojo is a test user agent based on Mojo::UserAgent, it is usually used together with Test::More to test Mojolicious applications. Just run your tests with prove. $ prove -l -v $ prove -l -v t/foo.t If it is not already defined, the "MOJO_LOG_LE...

SRI/Mojolicious-9.37 - 13 May 2024 17:48:56 UTC

Wetware::Test - Wetware Test::Class extensions River stage one • 2 direct dependents • 2 total dependents

This is a step towards stream lining the process of creating and maintaining Test::Class based Test Driven Development. Ultimately I would like to have a tool that would create a Foo::TestSuite for all Foo Classes that are in the distribution. This m...

DRIEUX/Wetware-Test-0.07 - 11 May 2009 22:55:03 UTC

Test::Class - Easily create test classes in an xUnit/JUnit style River stage three • 176 direct dependents • 875 total dependents

Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style. Built using Test::Builder, it was designed to work with other Test::Builder based modules (Test::More, Test::Differences, Test::Exception, etc.). *...

SZABGAB/Test-Class-0.52 - 17 Feb 2021 16:05:13 UTC

Test::Chado - Unit testing for chado database modules and applications River stage zero No dependents

SIDD/Test-Chado-v4.1.1 - 16 Jul 2014 16:58:16 UTC

Test::Stream - **DEPRECATED** See Test2-Suite instead River stage one • 1 direct dependent • 1 total dependent

This is the primary interface for loading Test::Stream based tools. This module is responsible for loading bundles and plugins for the tools you want. By default you are required to specify at least 1 plugin or bundle to load. You can subclass Test::...

EXODIST/Test-Stream-1.302027 - 05 Feb 2016 23:42:10 UTC

Test::Alien - Testing tools for Alien modules River stage four • 278 direct dependents • 1448 total dependents

This module provides tools for testing Alien modules. It has hooks to work easily with Alien::Base based modules, but can also be used via the synthetic interface to test non Alien::Base based Alien modules. It has very modest prerequisites. Prior to...

PLICEASE/Alien-Build-2.80 - 11 May 2023 22:32:47 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::Parser - Base class for parsing log files from test runs, and displays in an XML syntax. River stage one • 1 direct dependent • 1 total dependent

This module serves as a common base class for test log parsers. These tools are intended to be able to parse output from a wide variety of tests - including non-Perl tests. The parsers also write the test data into the 'Test Result Publication Interf...

MARKWKM/Test-Parser-1.9 - 10 Jul 2008 04:06:38 UTC

Test::Classy - write your unit tests in other modules than *.t River stage one • 3 direct dependents • 3 total dependents

This is yet another Test::Class-like unit testing framework. As stated in Test::Class pod, you don't need to care if your tests are small and working correctly. If not, this may be one of your options. Unlike Test::Class, Test::Classy (actually Test:...

ISHIGAKI/Test-Classy-0.11 - 21 May 2024 06:37:17 UTC

Test::Chunks - A Data Driven Testing Framework River stage zero No dependents

There are many testing situations where you have a set of inputs and a set of expected outputs and you want to make sure your process turns each input chunk into the corresponding output chunk. Test::Chunks allows you do this with a minimal amount of...

INGY/Test-Chunks-0.39 - 12 Jun 2005 09:57:22 UTC

Badger::Test - test module River stage one • 4 direct dependents • 7 total dependents

This module implements a simple test framework in the style of Test::Simple or Test::More. As well as the usual plan(), ok(), is(), isnt() and other subroutines you would expect to find, it also implements a number of import hooks to enable certain B...

ABW/Badger-0.16 - 05 Jun 2023 07:47:33 UTC

Test::Specio - Test helpers for Specio River stage four • 14 direct dependents • 4004 total dependents

This package provides some helper functions and variables for testing Specio types....

DROLSKY/Specio-0.48 - 11 Jun 2022 16:32:27 UTC
91 results (0.107 seconds)