|
- Test2 - Framework for writing test tools that all work . . . - Perl
Test2::Suite is a separate cpan distribution that contains many tools implemented on Test2 If you are interested in writing new tools you should take a look at Test2::API first
- Test2 - Framework for writing test tools that all work . . .
NAME Test2 - Framework for writing test tools that all work together DESCRIPTION Test2 is a new testing framework produced by forking Test::Builder, completely refactoring it, adding many new features and capabilities WHAT IS NEW? Easier to test new testing tools From the beginning Test2 was built with introspection capabilities With Test::Builder it was difficult at best to capture test
- GitHub - Test-More test-more: Test2, Test::More, Test::Simple . . .
Test2 is a new testing framework produced by forking Test::Builder, completely refactoring it, adding many new features and capabilities
- Writing new testing tools with Test2 - Perl. com
Writing new testing tools with Test2 Jun 12, 2018 by David Farrell Perl has had great testing tools for a long time, but Test2 is the single biggest improvement to Perl testing in years One of my favorite Test2 features is how easy it is to extend it with new tools, and today I’ll show you how I wrote my first tool Dealing with known test
- Getting started testing Perl module with Test2
Test2 is a relatively new framework for testing Perl code Let's see how to get started with it, or more specifically with Test2::V0
- Test2::Manual::Testing::Introduction - Introduction to . . .
NAME Test2::Manual::Testing::Introduction - Introduction to testing with Test2 DESCRIPTION This tutorial is a beginners introduction to testing This will take you through writing a test file, making assertions, and running your test BOILERPLATE THE TEST FILE Test files typically are placed inside the t directory, and end with the t file
|
|
|