-
-
08 Apr 2022 19:35:35 UTC
- Distribution: Test2-Harness
- Module version: 1.000124
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (9)
- Testers (632 / 70 / 11)
- Kwalitee
Bus factor: 7- % Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (366.15KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Carp
- Config
- Cwd
- Data::Dumper
- Data::UUID
- Exporter
- Fcntl
- File::Find
- File::Path
- File::Spec
- File::Temp
- Filter::Util::Call
- IO::Compress::Bzip2
- IO::Compress::Gzip
- IO::Handle
- IO::Uncompress::Bunzip2
- IO::Uncompress::Gunzip
- IPC::Cmd
- Importer
- JSON::PP
- List::Util
- Long::Jump
- POSIX
- Scalar::Util
- Scope::Guard
- Symbol
- Sys::Hostname
- Term::Table
- Test2
- Test2::API
- Test2::Bundle::Extended
- Test2::Event
- Test2::Event::V2
- Test2::Formatter
- Test2::Plugin::MemUsage
- Test2::Plugin::UUID
- Test2::Tools::AsyncSubtest
- Test2::Tools::Subtest
- Test2::Util
- Test2::Util::Term
- Test2::V0
- Test::Builder
- Test::Builder::Formatter
- Test::More
- Text::ParseWords
- Time::HiRes
- base
- constant
- goto::file
- parent
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Test2::Harness - A new and improved test harness with better Test2 integration.
DESCRIPTION
Test2::Harness is the backend code that handles running/processing the tests. In general a user will not use it directly, instead you should probably be looking at App::Yath which is the UI layer built around Test2::Harness.
SEE ALSO
The primary documentation can be found in App::Yath.
SOURCE
The source code repository for Test2-Harness can be found at http://github.com/Test-More/Test2-Harness/.
MAINTAINERS
AUTHORS
COPYRIGHT
Copyright 2020 Chad Granum <exodist7@gmail.com>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/
Module Install Instructions
To install Test2::Harness, copy and paste the appropriate command in to your terminal.
cpanm Test2::Harness
perl -MCPAN -e shell install Test2::Harness
For more information on module installation, please visit the detailed CPAN module installation guide.