Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第3,2913,300项(搜索用时0.004秒)
devel/Test-Fake-HTTPD-0.07 (Score: 0.032514982)
Fake HTTP server
Test::Fake::HTTPD is a fake HTTP server module for testing.
devel/Test-Fatal-0.014 (Score: 0.032514982)
Incredibly simple helpers for testing code with exceptions
Test::Fatal is an alternative to the popular Test::Exception. It does much less, but should allow greater flexibility in testing exception-throwing code with about the same amount of typing.
devel/Test-Signature-1.11 (Score: 0.032514982)
Perl Automated SIGNATURE testing
Perl Automated SIGNATURE testing
devel/Test-File-Contents-0.23 (Score: 0.032514982)
Test routines for examining the contents of files
This modules provides a collection of test utilities for file contents.
devel/Test-File-ShareDir-1.001001 (Score: 0.032514982)
Create a fake ShareDir for your modules for testing
Create a fake ShareDir for your modules for testing.
devel/Test-File-1.44 (Score: 0.032514982)
Test file attributes
This modules provides a collection of test utilities for file attributes.
devel/Test-Filename-0.03 (Score: 0.032514982)
Perl extension for portable filename comparison
Portable filename comparison. Many cross-platform test failures -- particularly on Win32 -- are due to hard-coded file paths being used in comparison tests. This simple module provides some handy functions to convert all those path separators automatically so filename tests will just DWIM.
devel/Test-Fixme-0.16 (Score: 0.032514982)
Check code for FIXMEs
When coding it is common to come up against problems that need to be addressed but that are not a big deal at the moment. What generally happens is that the coder adds comments like: # FIXME - what about windows that are bigger than the screen? # FIXME - add checking of user priviledges here. Test::Fixme allows you to add a test file that ensures that none of these get forgotten in the module.
devel/Test-Fixture-DBIC-Schema-0.04 (Score: 0.032514982)
Module providing a DBIx::Class::Schema fixture data loader
The Perl 5 module Test::Fixture::DBIC::Schema is a fixture data loader for DBIx::Class::Schema.
devel/Test-Group-0.20 (Score: 0.032514982)
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!