libtest-nowarnings-perl 1.04
Name | libtest-nowarnings-perl |
---|---|
Version | 1.04 |
Summary | Make sure you didn't emit any warnings while testing |
Description | In general, your tests shouldn't produce warnings. This modules causes any warnings to be captured and stored. It automatically adds an extra test that will run when your script ends to check that there were no warnings. If there were any warings, the test will give a \\"not ok\\" and diagnostics of where, when and what the warning was, including a stack trace of what was going on when the it occurred.If some of your tests are supposed to produce warnings then you should be capturing and checking them with Test::Warn, that way Test::NoWarnings will not see them and so not complain.The test is run by an \\"END\\" block in Test::NoWarnings. It will not be run when any forked children exit. |
Section | libs |
License | LGPL-2.1-only |
Homepage | https://metacpan.org/release/Test-NoWarnings |
Recipe file | recipes-perl/libtest/libtest-nowarnings-perl_1.04.bb |
Layer | meta-perl (langdale branch) |
Inherits |
|
Dependencies |
|
PACKAGECONFIG options |
Sources
https://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz |
Patches
None
Other branches
This recipe in other branches of meta-perl:
Branch | Recipe |
---|---|
master | libtest-nowarnings-perl 1.04 |
scarthgap (Yocto Project 5.0) | libtest-nowarnings-perl 1.04 |
nanbield (Yocto Project 4.3) | libtest-nowarnings-perl 1.04 |
mickledore (Yocto Project 4.2) | libtest-nowarnings-perl 1.04 |
langdale (Yocto Project 4.1) | libtest-nowarnings-perl 1.04 (this recipe) |
kirkstone (Yocto Project 4.0) | libtest-nowarnings-perl 1.04 |
honister (Yocto Project 3.4) | libtest-nowarnings-perl 1.04 |
hardknott (Yocto Project 3.3) | libtest-nowarnings-perl 1.04 |
gatesgarth (Yocto Project 3.2) | libtest-nowarnings-perl 1.04 |
dunfell (Yocto Project 3.1) | libtest-nowarnings-perl 1.04 |
zeus (Yocto Project 3.0) | libtest-nowarnings-perl 1.04 |