NAME
Chj::noTEST
SYNOPSIS
use Chj::noTEST; # instead of `use Chj::TEST;`
TEST { foo() } "bar"; # will be ignored / garbage collected right away
DESCRIPTION
Disable TEST and TEST_STDOUT forms within a package, perhaps because they currently fail or are slow, or so that they never use memory.
Note that you can alternatively ignore *all* test forms within the whole program by setting the TEST environment variable to 0. Also you can pass package names to `run_tests` to limit the tests to run to those within the given packages.
SEE ALSO
NOTE
This is alpha software! Read the status section in the package README or on the website.