套件: libtest-is-perl (20140823.1-1.1)
libtest-is-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libtest-is-perl:
- [libtest-is-perl_20140823.1-1.1.dsc]
- [libtest-is-perl_20140823.1.orig.tar.gz]
- [libtest-is-perl_20140823.1-1.1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- Nick Morrott
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Perl module to skip tests in a declarative way
Test::Is is a simple way of following the specifications of the environment variables available for Perl tests as defined as one of the "Lancaster Consensus" at Perl QA Hackathon 2013. Those variables (NONINTERACTIVE_TESTING, EXTENDED_TESTING) define which tests should be skipped.
If the environment does not match what the author of the test expected, the complete test is skipped (in the same way as use Test::More skip_all => ...).