]> git.vpit.fr Git - perl/modules/Test-Leaner.git/blobdiff - t/01-import.t
Implement and test is_deeply()
[perl/modules/Test-Leaner.git] / t / 01-import.t
index 155dc43faf77feb7b0b9a309de3f2865872e745e..3b42068d7fb9cb90ba3775bc76015583df607ed0 100644 (file)
@@ -7,13 +7,12 @@ use Test::More ();
 
 BEGIN { *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 +22,8 @@ my @syms = qw<
  isnt
  like
  unlike
+ cmp_ok
+ is_deeply
  diag
  note
  BAIL_OUT