Test2-Harness 0.001031 Deleted
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
No Core Issues.
- has_tests_in_t_dir
-
Add tests or move tests.pl to the t/ directory!
- proper_libs
-
Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.
Error: t2/require_file.pm
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
Modules
Name | Abstract | Version | View |
---|---|---|---|
App::Yath | Yet Another Test Harness (Test2-Harness) Command Line Interface (CLI) | 0.001031 | metacpan |
App::Yath::Command | Base class for yath commands | 0.001031 | metacpan |
App::Yath::Command::help | 0.001031 | metacpan | |
App::Yath::Command::init | 0.001031 | metacpan | |
App::Yath::Command::reload | 0.001031 | metacpan | |
App::Yath::Command::replay | Command to replay a test run from an event log. | 0.001031 | metacpan |
App::Yath::Command::run | 0.001031 | metacpan | |
App::Yath::Command::spawn | TODO | 0.001031 | metacpan |
App::Yath::Command::start | 0.001031 | metacpan | |
App::Yath::Command::stop | 0.001031 | metacpan | |
App::Yath::Command::test | Command to run tests | 0.001031 | metacpan |
App::Yath::Command::times | 0.001031 | metacpan | |
App::Yath::Command::watch | 0.001031 | metacpan | |
App::Yath::Command::which | 0.001031 | metacpan | |
App::Yath::Plugin | 0.001031 | metacpan | |
App::Yath::Util | Common utils for yath. | 0.001031 | metacpan |
Test2::Formatter::Stream | Test2 Formatter that directly writes events. | 0.001031 | metacpan |
Test2::Formatter::Test2 | An alternative to TAP, used by Test2::Harness. | 0.001031 | metacpan |
Test2::Harness | Test2 Harness designed for the Test2 event system | 0.001031 | metacpan |
Test2::Harness::Event | Subclass of Test2::Event used by Test2::Harness under the hood. | 0.001031 | metacpan |
Test2::Harness::Feeder | Base class for event feeds. | 0.001031 | metacpan |
Test2::Harness::Feeder::JSONL | Get a feed of events from an event log file. | 0.001031 | metacpan |
Test2::Harness::Feeder::Job | Get the feed of events from a running job. | 0.001031 | metacpan |
Test2::Harness::Feeder::Run | Get the event feed from a test run. | 0.001031 | metacpan |
Test2::Harness::Job | Representation of a test job. | 0.001031 | metacpan |
Test2::Harness::Job::Dir | Job Directory Parser, read events from an active jobs output directory. | 0.001031 | metacpan |
Test2::Harness::Job::Runner | Logic to run a test job. | 0.001031 | metacpan |
Test2::Harness::Job::Runner::Dummy | 0.001031 | metacpan | |
Test2::Harness::Job::Runner::Fork | Logic for running a test job by forking. | 0.001031 | metacpan |
Test2::Harness::Job::Runner::IPC | Logic for running a test in a new perl process. | 0.001031 | metacpan |
Test2::Harness::Job::Runner::Open3 | Logic for running a test in a new perl process. | 0.001031 | metacpan |
Test2::Harness::Logger | Base class for Test2 Harness event loggers. | 0.001031 | metacpan |
Test2::Harness::Logger::JSONL | Logger that writes events to a JSONL file. | 0.001031 | metacpan |
Test2::Harness::Preload | 0.001031 | metacpan | |
Test2::Harness::Renderer | Base class for Test2::Harness event renderers. | 0.001031 | metacpan |
Test2::Harness::Renderer::Formatter | Renderer that uses any Test2::Formatter for rendering. | 0.001031 | metacpan |
Test2::Harness::Run | Test Run Configuration | 0.001031 | metacpan |
Test2::Harness::Run::Dir | Class to handle a directory for an active test run. | 0.001031 | metacpan |
Test2::Harness::Run::Queue | Logic for a runner queue | 0.001031 | metacpan |
Test2::Harness::Run::Runner | Logic for executing a test run. | 0.001031 | metacpan |
Test2::Harness::Run::Runner::Persist | 0.001031 | metacpan | |
Test2::Harness::Run::Runner::ProcMan | 0.001031 | metacpan | |
Test2::Harness::Run::Runner::ProcMan::Persist | 0.001031 | metacpan | |
Test2::Harness::Run::Runner::ProcMan::Scheduler | 0.001031 | metacpan | |
Test2::Harness::Run::Runner::ProcMan::Scheduler::Fair | 0.001031 | metacpan | |
Test2::Harness::Run::Runner::ProcMan::Scheduler::Finite | 0.001031 | metacpan | |
Test2::Harness::Util | General utility functions for Test2::Harness | 0.001031 | metacpan |
Test2::Harness::Util::DepTracer | 0.001031 | metacpan | |
Test2::Harness::Util::File | Utility class for manipulating a file. | 0.001031 | metacpan |
Test2::Harness::Util::File::JSON | Utility class for a JSON file. | 0.001031 | metacpan |
Test2::Harness::Util::File::JSONL | Utility class for a JSONL file (stream) | 0.001031 | metacpan |
Test2::Harness::Util::File::Stream | Utility class for manipulating a file that serves as an output stream. | 0.001031 | metacpan |
Test2::Harness::Util::File::Value | Utility class for a file that contains exactly 1 value. | 0.001031 | metacpan |
Test2::Harness::Util::HashBase | Build hash based classes. | 0.001031 | metacpan |
Test2::Harness::Util::IPC | 0.001031 | metacpan | |
Test2::Harness::Util::JSON | Utility class to help Test2::Harness pick the best JSON implementation. | 0.001031 | metacpan |
Test2::Harness::Util::TapParser | Produce EventFacets from a line of TAP. | 0.001031 | metacpan |
Test2::Harness::Util::Term | Terminal utilities for Test2::Harness | 0.001031 | metacpan |
Test2::Harness::Util::TestFile | 0.001031 | metacpan | |
Test2::Harness::Watcher | Class to monitor events for a single job and pass judgement on the result. | 0.001031 | metacpan |
Test2::Tools::HarnessTester | 0.001031 | metacpan |