Search results for "module:Test::use::ok"
Test::use::ok - Alternative to Test::More::use_ok
According to the Test::More documentation, it is recommended to run "use_ok()" inside a "BEGIN" block, so functions are exported at compile-time and prototypes are properly honored. That is, instead of writing this: use_ok( 'Some::Module' ); use_ok( ...
EXODIST/Test-Simple-1.302198 - 30 Nov 2023 18:09:19 UTC
Test::Should - Should it be OK??
Test::Should is yet another testing library to write human readable test case. And this module generates human readable test case description. This is a development release. I may change the API in the future For more method name details, please look...
TOKUHIROM/Test-Should-0.04 - 01 Nov 2012 10:29:40 UTC
Test::Compile - Assert that your Perl files compile OK.
"Test::Compile" lets you check the whether your perl modules and scripts compile properly, results are reported in standard "Test::Simple" fashion. The basic usage - as shown above, will locate your perl files and test that they all compile. Module a...
EGILES/Test-Compile-v3.3.1 - 17 Jul 2023 00:06:13 UTC
Test - provides a simple framework for writing test scripts
This module simplifies the task of writing test files for Perl modules, such that their output is in the format that Test::Harness expects to see....
JESSE/Test-1.26 - 16 Jan 2013 19:28:35 UTC
Test::Should::Engine - Should it be OK?
Test::Should::Engine is yet another assertion library for Perl5. You don't need to use this module directly. This module may include to other testing libraries. This module is currently under development. API MAY change WITHOUT notice....
TOKUHIROM/Test-Should-Engine-0.04 - 06 Nov 2012 22:58:49 UTC
Test::Lib - Use libraries from a t/lib directory
Searches upward from the calling module for a directory t with a lib directory inside it, and adds it to the module search path. Looks upward up to 5 directories. This is intended to be used in test modules either directly in t or in a subdirectory t...
HAARG/Test-Lib-0.003 - 23 May 2022 10:37:59 UTC
Test::t - 0 to testing in 1 line
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::Dir - test directory attributes
This modules provides a collection of test utilities for directory attributes. Use it in combination with Test::More in your test programs....
MTHURN/Test-Dir-1.16 - 22 Apr 2017 17:14:56 UTC
Test::TT - Test::More-style wrapper around Template
This module provides a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::More....
BOLAV/Test-TT-0.01 - 13 Mar 2009 01:13:21 UTC
Test::URI - Check Uniform Resource Identifiers
Check various parts of Uniform Resource Locators...
BDFOY/Test-URI-1.084 - 09 Jan 2022 02:39:43 UTC
Test::Env - test the environment
Functions env_ok( NAME, VALUE ) Ok if the environment variable NAME is VALUE. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 5: =over without closing =back...
BDFOY/Test-Env-1.086 - 08 Jan 2022 22:39:30 UTC
Acme::Test
All the latest software craze is about regression tests and XP programming -- Write a test, make sure it fails. Then write the functionality and make sure the test now passes, etc. Although these are good ideas, who really has time for this? Fixing f...
KANE/Acme-Test-0.03 - 10 Oct 2003 16:49:11 UTC
Test::TAP - Test your TAP
Experimental module to tell if a TAP document is 'passing' or 'failing'. We'll add more later, but for the time being, this module is for TAP developers to experiment with....
OVID/Test-TAP-0.03 - 14 Apr 2008 20:37:16 UTC
Test::Roo - Composable, reusable tests with roles and Moo
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::U32 - Designed to test the proposition that U32 is 32 bits wide
This module is no use to anyone except authors of XS extensions who want to know about the bahaviour of the U32 type defined by perl across multiple different versions of perl on different OS. The results are of this survey are kindly provided by CPA...
JFREEMAN/Test-U32-0.01 - 07 Jun 2008 08:49:25 UTC
Test::Ika - Yet another BDD testing library(Development Release)
Test::Ika is yet another BDD framework for Perl5. This module provides pretty output for testing. THIS IS A DEVELOPMENT RELEASE. API MAY CHANGE WITHOUT NOTICE....
MASAKI/Test-Ika-0.08 - 28 Mar 2014 18:30:54 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::EOL - Check the correct line endings in your project
This module scans your project/distribution for any perl files (scripts, modules, etc) for the presence of windows line endings....
ETHER/Test-EOL-2.02 - 07 Dec 2020 07:10:12 UTC
Test::PDL - Test Perl Data Language arrays (a.k.a. ndarrays) for equality
With Test::PDL, you can compare two ndarrays for equality. The comparison is performed as thoroughly as possible, comparing types, dimensions, bad value patterns, and finally the values themselves. The exact behaviour can be configured by setting cer...
ETJ/Test-PDL-0.20 - 26 Feb 2022 21:27:36 UTC
Test::Pod - check for POD errors in files
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