new Class test wrapper

This commit is contained in:
Oliver Gorwits
2018-12-29 20:41:10 +00:00
parent 400c26a1d7
commit 07afff6ef0
4 changed files with 62 additions and 8 deletions

View File

@@ -41,7 +41,8 @@ use base qw<Test::Class Class::Data::Inheritable>;
# Don't run the base tests defined in this class, run them in subclasses only
My::Test::Class->SKIP_CLASS(1);
INIT { Test::Class->runtests }
# add a test which runs "use Test::Class::Load qw<xt/lib>;" and uncomment:
# INIT { Test::Class->runtests }
my $EMPTY = q{};