Paquet : libtest-base-perl (0.89-3)
Liens pour libtest-base-perl
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source libtest-base-perl :
- [libtest-base-perl_0.89-3.dsc]
- [libtest-base-perl_0.89.orig.tar.gz]
- [libtest-base-perl_0.89-3.debian.tar.xz]
Responsables :
- Debian Perl Group (Page QA, Archive du courrier électronique)
- Damyan Ivanov (Page QA)
- gregor herrmann (Page QA)
- Ansgar Burchardt (Page QA)
- Joenio Costa (Page QA)
Ressources externes :
- Page d'accueil [metacpan.org]
Paquets similaires :
data driven testing framework for Perl
Testing is usually the ugly part of Perl module authoring. Perl gives you a standard way to run tests with Test::Harness, and basic testing primitives with Test::More. After that you are pretty much on your own to develop a testing framework and philosophy. Test::More encourages you to make your own framework by subclassing Test::Builder, but that is not trivial.
Test::Base gives you a way to write your own test framework base class that is trivial. In fact it is as simple as two lines:
package MyTestFramework; use Test::Base -Base;
A module called MyTestFramework.pm containing those two lines, will give all the power of Test::More and all the power of Test::Base to every test file that uses it. As you build up the capabilities of MyTestFramework, your tests will have all of that power as well.
MyTestFramework becomes a place for you to put all of your reusable testing bits. As you write tests, you will see patterns and duplication, and you can "upstream" them into MyTestFramework. Of course, you don't have to subclass Test::Base at all. You can use it directly in many applications, including everywhere you would use Test::More.
Test::Base concentrates on offering reusable data driven patterns, so that you can write tests with a minimum of code. At the heart of all testing you have inputs, processes and expected outputs. Test::Base provides some clean ways for you to express your input and expected output data, so you can spend your time focusing on that rather than your code scaffolding.
Autres paquets associés à libtest-base-perl
|
|
|
|
-
- dep: libalgorithm-diff-perl
- module pour trouver des différences entre des fichiers
-
- dep: libspiffy-perl
- Spiffy Perl Interface Framework For You
-
- dep: libtext-diff-perl
- Perl module to find differences in files and record sets
-
- dep: perl
- langage de rapports et d'extractions pratiques de Larry Wall
-
- rec: libtest-deep-perl
- Perl module for extremely flexible deep comparisons
-
- rec: libyaml-perl
- YAML Ain't Markup Language
Télécharger libtest-base-perl
Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|
all | 33,9 ko | 85,0 ko | [liste des fichiers] |