Open TeamSPoon opened 5 years ago
That makes a lot of sense. The internal test files use these conventions:
test_*.pl
run_tests([test1, test2. ...])
.Given a standard directory name, we are done in that case. That might be easier than extending pack.pl?
Test files in Packs might have a standard expected layout so can do things like:
or
Right now everyone uses:
test/
tests/
t/
oryour_mom/
Maybe a pathname or something could be added to the pack.pl file?
and/or a single file found someplace like
pack_verify.plt
And maybe a way to globally test all packs (for all packs that conform to this standard) like: