]> git.vpit.fr Git - perl/modules/Test-Leaner.git/blobdiff - t/01-import.t
Fall back to Test::More when PERL_TEST_LEANER_USES_TEST_MORE is set
[perl/modules/Test-Leaner.git] / t / 01-import.t
index 155dc43faf77feb7b0b9a309de3f2865872e745e..9fe04df4ee1a6b15fba5a885fb87d180f8f5e426 100644 (file)
@@ -5,15 +5,17 @@ use warnings;
 
 use Test::More ();
 
-BEGIN { *tm_is = \&Test::More::is }
+BEGIN {
+ delete $ENV{PERL_TEST_LEANER_USES_TEST_MORE};
+ *tm_is = \&Test::More::is;
+}
 
-Test::More::plan(tests => 2 * 14);
+Test::More::plan(tests => 2 * 15);
 
 require Test::Leaner;
 
 my @syms = qw<
  plan
- skip_all
  skip
  done_testing
  pass
@@ -23,6 +25,8 @@ my @syms = qw<
  isnt
  like
  unlike
+ cmp_ok
+ is_deeply
  diag
  note
  BAIL_OUT