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

Search results for "module:Test::Database::Driver"

Test::Database::Driver - Base class for Test::Database drivers River stage two • 11 direct dependents • 30 total dependents

Test::Database::Driver is a base class for creating Test::Database drivers....

BOOK/Test-Database-1.113 - 24 May 2014 23:54:25 UTC

Test::Database::Driver::Pg - A Test::Database driver for Pg River stage two • 11 direct dependents • 30 total dependents

This module is the Test::Database driver for DBD::Pg....

BOOK/Test-Database-1.113 - 24 May 2014 23:54:25 UTC

Test::Database::Driver::CSV - A Test::Database driver for CSV River stage two • 11 direct dependents • 30 total dependents

This module is the Test::Database driver for DBD::CSV....

BOOK/Test-Database-1.113 - 24 May 2014 23:54:25 UTC

Test::Database::Driver::DBM - A Test::Database driver for DBM River stage two • 11 direct dependents • 30 total dependents

This module is the Test::Database driver for DBD::DBM....

BOOK/Test-Database-1.113 - 24 May 2014 23:54:25 UTC

Test::Database::Driver::mysql - A Test::Database driver for mysql River stage two • 11 direct dependents • 30 total dependents

This module is the Test::Database driver for DBD::mysql....

BOOK/Test-Database-1.113 - 24 May 2014 23:54:25 UTC

Test::Database::Driver::SQLite - A Test::Database driver for SQLite River stage two • 11 direct dependents • 30 total dependents

This module is the Test::Database driver for DBD::SQLite....

BOOK/Test-Database-1.113 - 24 May 2014 23:54:25 UTC

Test::Database::Driver::SQLite2 - A Test::Database driver for SQLite2 River stage two • 11 direct dependents • 30 total dependents

This module is the Test::Database driver for DBD::SQLite2....

BOOK/Test-Database-1.113 - 24 May 2014 23:54:25 UTC

Test::WithDB - Framework for testing application using database River stage two • 11 direct dependents • 85 total dependents

This class ("Test::WithDB", or TWDB for short) provides a simple framework for testing application that requires database. It is meant to work with Test::More (or to be more exact, any Test::Builder-based module). It offers an easy way to create rand...

PERLANCAR/Test-WithDB-0.100 - 10 May 2018 07:15:08 UTC

Test::Database - Database handles ready for testing River stage two • 11 direct dependents • 30 total dependents

Test::Database provides a simple way for test authors to request a test database, without worrying about environment variables or the test host configuration. See SYNOPSIS for typical usage. See Test::Database::Tutorial for more detailed explanations...

BOOK/Test-Database-1.113 - 24 May 2014 23:54:25 UTC

Test::DB - Temporary Testing Databases River stage one • 3 direct dependents • 3 total dependents

This package provides a framework for setting up and tearing down temporary databases for testing purposes. This framework requires a user (optionally with password) which has the ability to create new databases and works by creating test-specific da...

AWNCORP/Test-DB-0.10 - 02 Feb 2023 07:17:02 UTC

DBI::Test - Test suite for DBI API River stage zero No dependents

This module aims to be a test suite for the DBI API and an underlying DBD driver, to check if the provided functionality is working and complete. Part of this module is the ability for self-testing using *DBI::Mock*. This is not designed to be anothe...

REHSACK/DBI-Test-0.001 - 06 Aug 2013 08:25:12 UTC

Test::STDmaker - generate test scripts, demo scripts from a test description short hand River stage zero No dependents

The "Test::STDmaker" program module provides the following capabilities: 1 Automate Perl related programming needed to create a test script resulting in reduction of time and cost. 2 Translate a short hand Software Test Description (STD) file into a ...

SOFTDIA/Test-STDmaker-0.23 - 24 May 2004 16:45:33 UTC

Test::Aggregate - Aggregate *.t tests to make them run faster. River stage one • 4 direct dependents • 5 total dependents

WARNING: this is ALPHA code. The interface is not guaranteed to be stable. Further, check out Test::Aggregate::Nested (included with this distribution). It's a more robust implementation which does not have the same limitations as "Test::Aggregate". ...

RWSTAUNER/Test-Aggregate-0.375 - 28 Jan 2017 23:59:09 UTC

Test::STDmaker::STD - generates a STD POD from a test description short hand River stage zero No dependents

The "Test::STDmaker::STD" package is an internal driver package to the Test::STDmaker package that supports the Test::STDmaker::tmake() method. Any changes to the internal drive interface and this package will not even consider backward compatibility...

SOFTDIA/Test-STDmaker-0.23 - 24 May 2004 16:45:33 UTC

Test::STDmaker::Check - checks a software test description short hand River stage zero No dependents

The "Test::STDmaker::Check" package is an internal driver package to the Test::STDmaker package that supports the Test::STDmaker::tmake() method. Any changes to the internal drive interface and this package will not even consider backward compatibili...

SOFTDIA/Test-STDmaker-0.23 - 24 May 2004 16:45:33 UTC

Test::Database::Temp - Create temporary test databases and run tests in all available ones River stage zero No dependents

Test::Database::Temp is an extension to Database::Temp. It provides a way to easily test several different databases with the same set of test. Test::Database::Temp has one main function: "use_all_available". Using this subroutine user can safely tes...

MIKKOI/Test-Database-Temp-0.003 - 21 Dec 2023 20:34:10 UTC

Test::Module::Runnable - A runnable framework on Moose for running tests River stage zero No dependents

A test framework based on Moose introspection to automagically call all methods matching a user-defined pattern. Supports per-test setup and tear-down routines and easy early "BAIL_OUT" in Test::Builder using Test::More....

DDRP/Test-Module-Runnable-0.4.2 - 08 Sep 2019 14:57:43 UTC

Myco::Test::EntityTest - base class for Myco entity test classes River stage one • 2 direct dependents • 2 total dependents

Base class for all Myco entity test classes. An entity test class benefits in two ways: * It is tied into a Test::Unit::TestCase-based framework which takes care of database connection worries and various other concerns. * It inherits a collection of...

SOMMERB/Myco-1.22 - 31 Mar 2006 19:22:30 UTC

App::Yath::Command::test - Run tests River stage two • 12 direct dependents • 16 total dependents

This yath command (which is also the default command) will run all the test files for the current project. If no test files are specified this command will look for the 't', and 't2' directories, as well as the 'test.pl' file. This command is always ...

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

Test::DBIC::DBDConnector - A Moo::Role for implementing DBD-versions of a DBIC test-class River stage one • 2 direct dependents • 2 total dependents

This Moo::Role is intended to be the base for this type of tester module. It is part of the Test::DBIC::SQLite distribution because *SQLite* is also used for testing DBIx::Class, so the only way to test this role (that deploys a DBIx::Class::Schema s...

ABELTJE/Test-DBIC-SQLite-1.01 - 27 Jul 2022 07:39:14 UTC
23 results (0.039 seconds)