Add test harness and inital test coverage of the base class.

This commit is contained in:
Eric A. Miller
2018-03-21 23:45:00 -04:00
parent 26b13fbcd4
commit ddc5fd8c96
4 changed files with 960 additions and 0 deletions

View File

@@ -27,6 +27,11 @@ Module::Build->new(
test_requires => {
'Test::More' => '0.88',
'Test::Distribution' => '0',
'Test::Class::Most' => '0',
'Test::MockObject::Extends' => '0',
'File::Find' => '0',
'Path::Class' => '0',
'File::Slurper' => '0',
},
# script_files => [
# ],