Search results for "module:Test::Fork"
Test::Fork - test code which forks
THIS IS ALPHA CODE! The implementation is unreliable and the interface is subject to change. Because each test has a number associated with it, testing code which forks is problematic. Coordinating the test number amongst the parent and child process...
MSCHWERN/Test-Fork-0.02 - 15 Oct 2008 04:52:42 UTC
Test::SerialFork - Run iterations of a test in different processes
This module allows you to run multiple copies of the same test, specifying a different label for each copy. The label is made available to the test run, and will generally be used to modify its behaviour in some way. Each copy of the test will also b...
PMH/Test-SerialFork-0.01 - 27 Jul 2005 15:18:07 UTCTest::SharedFork - fork test
Test::SharedFork is utility module for Test::Builder. This module makes fork(2) safety in your test case. This module merges test count with parent process & child process....
EXODIST/Test-SharedFork-0.35 - 21 Dec 2015 23:28:52 UTC
Net::Daemon::Test - support functions for testing Net::Daemon servers
This module is a frame for creating test scripts of Net::Daemon based server packages, preferrably using Test::Harness, but that's your choice. A test consists of two parts: The client part and the server part. The test is executed by the child part ...
TODDR/Net-Daemon-0.49 - 25 Sep 2020 17:46:44 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
Test::Trap - Trap exit codes, exceptions, output, etc.
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
Test::More - yet another framework for writing test scripts
STOP! If you're just getting started writing tests, have a look at Test2::Suite first. This is a drop in replacement for Test::Simple which you can switch to once you get the hang of basic testing. The purpose of this module is to provide a wide rang...
EXODIST/Test-Simple-1.302195 - 28 Apr 2023 12:57:53 UTC
Test::Easy - facilitates easy testing patterns
I prefer working in a test driven development environment. One of the downsides of having a large test suite is that test files often grow into monstrosities: it's often easier to plug some new little testblock into an existing file, or stick some ne...
BELDEN/Test-Easy-1.11 - 08 Jul 2015 21:03:20 UTC
Test::Spec - Write tests in a declarative specification style
This is a declarative specification-style testing system for behavior-driven development (BDD) in Perl. The tests (a.k.a. examples) are named with strings instead of subroutine names, so your fingers will suffer less fatigue from underscore-itis, wit...
AKZHAN/Test-Spec-0.54 - 21 Nov 2017 10:08:54 UTC
Test::NoTty
Test your code that handles failure to open /dev/tty On a *nix system the special file /dev/tty always exists, and opening it gives you a(nother) file handle attached to your controlling terminal. This is useful if you want direct user input, such as...
NWCLARK/Test-NoTty-0.03 - 20 Mar 2023 10:59:39 UTC
Test::XPath - Test XML and HTML content and structure with XPath expressions
Use the power of XPath expressions to validate the structure of your XML and HTML documents. About XPath XPath is a powerful query language for XML documents. Test::XPath relies on the libxml2 implementation provided by XML::LibXML. libxml2 -- pretty...
MANWAR/Test-XPath-0.20 - 13 Jun 2022 21:33:56 UTC
Test::Mocha - Test double framework with method stubs and behaviour verification
Test::Mocha is a test double framework inspired by Java's Mockito. It offers a different approach to other mocking frameworks in that instead of setting up the expected behaviour beforehand you ask questions about interactions after execution of the ...
STEVENL/Test-Mocha-0.67 - 05 Feb 2019 22:00:12 UTC
Jifty::Test - Jifty's test module
Jifty::Test is a superset of Test::More. It provides all of Test::More's functionality in addition to the class methods defined below....
ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC
Apache::Test - Test.pm wrapper with helpers for testing Apache
Apache::Test is a wrapper around the standard "Test.pm" with helpers for testing an Apache server....
SHAY/Apache-Test-1.43 - 07 Nov 2021 13:00:25 UTC
Test::Stream::Hub - The conduit through which all events flow.
The hub is the place where all events get processed and handed off to the formatter. The hub also tracks test state, and provides everal hooks into the event pipeline....
EXODIST/Test-Stream-1.302027 - 05 Feb 2016 23:42:10 UTC
Test::LogFile - Wrapper module for testing shared logfile
Test::LogFile is testing with shared logfile. This module aim testing worker, server, and any daemonize program with log output....
KOJIMAGI/Test-LogFile-0.04 - 10 Mar 2013 17:26:19 UTC