Search results for "module:Test::NoWarnings"
Test::NoWarnings - Make sure you didn't emit any warnings while testing
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 warnings, t...
HAARG/Test-NoWarnings-1.06 - 27 Jul 2021 12:03:38 UTC
Test::Group::NoWarnings - turn warnings into test failures
This 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 UTC
Test::Dist - Distribution kwalitee tests in one command
MONS/Test-Dist-0.01
-
12 Nov 2009 23:51:02 UTC
Test::Most - Most commonly needed test functions and features.
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.38 - 24 Sep 2022 13:49:17 UTC
Test::Group - Group together related tests in a test suite
Fed 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 UTC
Test::NoTabs - Check the presence of tabs in your project
This 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 UTC
Test::Strict - Check syntax, presence of use strict; and test coverage
The 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 UTC
Test::Warnings - Test for warnings and the lack of them
If 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.031 - 13 Jul 2021 22:39:18 UTC
Test::Exception - Test exception-based code
This 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 UTC
Test::Aggregate - Aggregate *.t tests to make them run faster.
WARNING: 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 UTC
Test::FailWarnings - Add test failures if warnings are caught
This 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 UTC
Test::UseAllModules - do use_ok() for all the MANIFESTed modules
I'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 UTC
Bundle::Melody::Test - a bundle containing the prerequisite CPAN modules for unit testing and other diagnostic features in Melody (http://openmelody.org/).
Bundle::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 UTC
Task::Toolchain::Test - Install most common test toolchain modules
OVID/Task-Toolchain-Test-0.01
-
12 Apr 2010 10:58:08 UTC
Test::UniqueTestNames - Make sure all of your tests have unique names
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 UTC
Plack::Middleware::Test::StashWarnings - Test your application's warnings
Plack::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