The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Test::Warnings"

Test::Warnings - Test for warnings and the lack of them River stage five • 267 direct dependents • 14138 total dependents

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.033 - 23 Jan 2024 03:33:37 UTC

Test::NoWarnings - Make sure you didn't emit any warnings while testing River stage four • 641 direct dependents • 3765 total dependents

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::FailWarnings - Add test failures if warnings are caught River stage four • 117 direct dependents • 2400 total dependents

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::Group::NoWarnings - turn warnings into test failures River stage one • 7 direct dependents • 8 total dependents

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

lib/Test/NoWarnings/Warning.pm River stage four • 641 direct dependents • 3765 total dependents

HAARG/Test-NoWarnings-1.06 - 27 Jul 2021 12:03:38 UTC

Test::Stream::Plugin::Warnings - Simple tools for testing code that may generate warnings. River stage one • 1 direct dependent • 1 total dependent

EXODIST/Test-Stream-1.302027 - 05 Feb 2016 23:42:10 UTC

Plack::Middleware::Test::StashWarnings - Test your application's warnings River stage zero No dependents

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

Test::PPPort - test for ppport.h warnings River stage zero No dependents

Test::PPPort is check to foo.xs files test by *ppport.h*. The check of XS file by *ppport.h* can be easily taken in as a test case....

YAPPO/Test-PPPort-0.03 - 01 Jul 2009 03:19:39 UTC

Test::Warn - Perl extension to test methods for warnings River stage four • 370 direct dependents • 5584 total dependents

A good style of Perl programming calls for a lot of diverse regression tests. This module provides a few convenience methods for testing warning based-code. If you are not already familiar with the Test::More manpage now would be the time to go take ...

BIGJ/Test-Warn-0.37 - 13 Aug 2022 09:21:01 UTC

Test::HTTP::Server::Simple::StashWarnings - catch your forked server's warnings River stage zero No dependents

Warnings are an important part of any application. Your web application should warn the user when something is amiss. Almost as importantly, we want to be able to test that the web application gracefully copes with bad input, the back button, and all...

JESSE/Test-HTTP-Server-Simple-StashWarnings-0.04 - 07 Jul 2009 21:23:39 UTC

Test::t - 0 to testing in 1 line River stage one • 1 direct dependent • 1 total dependent

Test::t will get you testing in one short line. It will import Test::Most, activate strict and warnings, and issue 'no_plan' (unless you specify a plan manually) The (non-existent) interface is in flux and will be changed soon....

ROKR/Test-t-0.0031 - 20 May 2010 01:54:32 UTC

Test::Effects - Test all effects at once (return value, I/O, warnings, exceptions, etc.) River stage one • 2 direct dependents • 3 total dependents

Test::Effects provides a single exported subroutine: "effects_ok" This sub expects a block of code (or sub ref) as its first argument, followed by an optional hash ref as its second, and an optional string as its third. The first argument specifies s...

DCONWAY/Test-Effects-0.002000 - 04 Jul 2023 05:19:30 UTC

Test::DNS - Test DNS queries and zone configuration River stage one • 1 direct dependent • 1 total dependent

Test::DNS allows you to run tests which translate as DNS queries. It's simple to use and abstracts all the difficult query checks from you. It has a built-in tests naming scheme so you don't have to name your tests (as shown in all the examples) even...

XSAWYERX/Test-DNS-0.203 - 22 Apr 2019 16:50:31 UTC

Test::Pod - check for POD errors in files River stage four • 824 direct dependents • 2436 total dependents

Check POD files for errors or warnings in a test file, using "Pod::Simple" to do the heavy lifting....

ETHER/Test-Pod-1.52 - 19 Apr 2018 14:41:41 UTC

Test::Kit - Build custom test packages with only the features you want River stage two • 6 direct dependents • 53 total dependents

Test::Kit allows you to create a single module in your project which gives you access to all of the testing functions you want. Its primary goal is to reduce boilerplate code that is currently littering the top of all your test files. It also allows ...

KAORU/Test-Kit-2.16 - 25 Jul 2023 17:03:40 UTC

Test::TCP - testing TCP program River stage four • 182 direct dependents • 1288 total dependents

Test::TCP is a test utility to test TCP/IP-based server programs....

MIYAGAWA/Test-TCP-2.22 - 08 Oct 2019 08:16:25 UTC

Test::Roo - Composable, reusable tests with roles and Moo River stage two • 27 direct dependents • 74 total dependents

This module allows you to compose Test::More tests from roles. It is inspired by the excellent Test::Routine module, but uses Moo instead of Moose. This gives most of the benefits without the need for Moose as a test dependency. Test files are Moo cl...

DAGOLDEN/Test-Roo-1.004 - 05 Aug 2014 23:24:42 UTC

Test::Core - Modern Perl testing with a single import River stage zero No dependents

Test::Core provides the best testing harness of Modern Perl in a single, user-friendly import. It builds off of Test::Modern while also providing clean interfaces to dumping and mocking facilities from other libraries. Test::Core also automatically i...

AANARI/Test-Core-0.0200 - 10 Jul 2015 20:59:42 UTC

Test::Subs - Test your modules with a lightweight syntax based on anonymous block River stage one • 2 direct dependents • 2 total dependents

This module provide a very lightweight syntax to run "Test::Harness" or "Tap::Harness" compliant test on your code. As opposed to other similar packages, the two main functionnalities of "Test::Subs" are that the tests are anonymous code block (rathe...

MATHIAS/Test-Subs-0.08 - 16 Mar 2013 23:48:44 UTC

Test::Trap - Trap exit codes, exceptions, output, etc. River stage three • 67 direct dependents • 651 total dependents

Primarily (but not exclusively) for use in test scripts: A block eval on steroids, configurable and extensible, but by default trapping (Perl) STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return values from boxed blocks of test code...

EBHANSSEN/Test-Trap-v0.3.5 - 27 Jul 2022 15:59:02 UTC
266 results (0.059 seconds)