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, th...
ADAMK/Test-NoWarnings-1.04 - 01 Dec 2011 01:20:05 UTCThis module is an extension for Test::Group. It allows you to trap warnings generated during a test group and convert them to test failures. If you are not already familiar with Test::Group now would be a good time to go take a look. See also Test::N...
DOMQ/Test-Group-0.20 - 03 Jan 2016 19:45:10 UTCMONS/Test-Dist-0.01 - 12 Nov 2009 23:51:02 UTC
Test::Most exists to reduce boilerplate and to make your testing life easier. We provide "one stop shopping" for most commonly used testing modules. In fact, we often require the latest versions so that you get bug fixes through Test::Most and don't ...
OVID/Test-Most-0.37 - 04 Apr 2020 17:47:34 UTCFed up with counting tests to discover what went wrong in your last test run? Tired of squinting at your test source to find out where on earth the faulty test predicate is called, and what it is supposed to check for? Then this module is for you! *T...
DOMQ/Test-Group-0.20 - 03 Jan 2016 19:45:10 UTCThis module scans your project/distribution for any perl files (scripts, modules, etc) for the presence of tabs....
ETHER/Test-NoTabs-2.02 - 21 Apr 2018 13:59:24 UTCThe most basic test one can write is "does it compile ?". This module tests if the code compiles and play nice with Test::Simple modules. Another good practice this module can test is to "use strict;" in all perl files. By setting a minimum test cove...
MANWAR/Test-Strict-0.52 - 16 Jun 2019 09:13:14 UTCIf you've ever tried to use Test::NoWarnings to confirm there are no warnings generated by your tests, combined with the convenience of "done_testing" to not have to declare a test count, you'll have discovered that these two features do not play wel...
ETHER/Test-Warnings-0.030 - 21 Mar 2020 16:57:29 UTCThis module provides a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::More and friends. If you are not already familiar with Test::More now would be the time to go take a look. Yo...
EXODIST/Test-Exception-0.43 - 29 Dec 2015 19:55:14 UTCWARNING: 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 UTCThis module hooks $SIG{__WARN__} and converts warnings to Test::More "fail()" calls. It is designed to be used with "done_testing", when you don't need to know the test count in advance. Just as with Test::NoWarnings, this does not catch warnings if ...
DAGOLDEN/Test-FailWarnings-0.008 - 25 Sep 2013 18:10:19 UTCI'm sick of writing 00_load.t (or something like that) that'll do use_ok() for every module I write. I'm sicker of updating 00_load.t when I add another file to the distro. This module reads MANIFEST to find modules to be tested and does use_ok() for...
ISHIGAKI/Test-UseAllModules-0.17 - 13 Nov 2014 08:13:31 UTCBundle::Melody::Test is a bundle containing the prerequisite CPAN modules for unit testing and other diagnostic features in Melody (http://openmelody.org/)....
TIMA/Bundle-Melody-Test-0.9.6a - 09 Dec 2009 21:31:13 UTCOVID/Task-Toolchain-Test-0.01 - 12 Apr 2010 10:58:08 UTC
Test names are useful in assessing the contents of a test file. They're also useful in debugging. And when a test breaks, it's much easier to figure out what test broke if the test names are unique. This module checks the names of every test to make ...
HEUMANN/Test-UniqueTestNames-0.04.1 - 09 Dec 2008 00:07:17 UTCPlack::Middleware::Test::StashWarnings is a Plack middleware component to record warnings generated by your application so that you can test them to make sure your application complains about the right things. The warnings generated by your applicati...
ALEXMV/Plack-Middleware-Test-StashWarnings-0.08 - 16 May 2014 23:36:15 UTC