mirror of
https://codeberg.org/h3xx/simplify_static_dir
synced 2024-08-14 23:57:24 +00:00
CI: Move to plan-less tests
This commit is contained in:
parent
f3db5cf5ee
commit
971b76ab37
8 changed files with 8 additions and 16 deletions
|
@ -2,8 +2,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use Test::Simple
|
use Test::More 'no_plan';
|
||||||
tests => 1;
|
|
||||||
|
|
||||||
use TestFunctions;
|
use TestFunctions;
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use Test::Simple
|
use Test::More 'no_plan';
|
||||||
tests => 3;
|
|
||||||
|
|
||||||
use TestFunctions;
|
use TestFunctions;
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use Test::Simple
|
use Test::More 'no_plan';
|
||||||
tests => 3;
|
|
||||||
|
|
||||||
use TestFunctions;
|
use TestFunctions;
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use Test::Simple
|
use Test::More 'no_plan';
|
||||||
tests => 3;
|
|
||||||
|
|
||||||
use TestFunctions;
|
use TestFunctions;
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use Test::Simple
|
use Test::More 'no_plan';
|
||||||
tests => 3;
|
|
||||||
|
|
||||||
use TestFunctions;
|
use TestFunctions;
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use Test::Simple
|
use Test::More 'no_plan';
|
||||||
tests => 3;
|
|
||||||
|
|
||||||
use TestFunctions;
|
use TestFunctions;
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use Test::Simple
|
use Test::More 'no_plan';
|
||||||
tests => 4;
|
|
||||||
|
|
||||||
use TestFunctions;
|
use TestFunctions;
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use Test::Simple
|
use Test::More 'no_plan';
|
||||||
tests => 3;
|
|
||||||
|
|
||||||
use TestFunctions;
|
use TestFunctions;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue