Paketname | libtest-script-run-perl |
Beschreibung | Perl module for testing scripts as subprocesses |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.04-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 76 Byte |
Hängt ab von | perl, libtest-exception-perl, libipc-run3-perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 10756 Byte |
Prüfsumme MD5 | cefd570e176f19d8784a6893741fd009 |
Prüfsumme SHA1 | 567c630dbcf49bf884aa4e299bd3cb935415b37f |
Prüfsumme SHA256 | 0b7357964d17952808833a9f38b3af7ab8866ac7c85c3c7ae54af3ab2cff370d |
Link zum Herunterladen | libtest-script-run-perl_0.04-1_all.deb |
Ausführliche Beschreibung | Test::Script::Run provides Test::More-compatible subroutines for testing
scripts in a Perl module distribution's bin/ directory using IPC::Run3 to
spawn the scripts as subprocesses.
.
Subroutines are provided for running scripts and simply checking that the
return value is good, as well as capturing a script's STDOUT and STDERR and
comparing against expected output.
|