Synopsis
use Test2::V0;
use Test2::Tools::Path;
file_exists "my/file.ttx", "my important file exists"
like \@array_of_files,
array {
all_items file_exists
},
"lo and behold, all fils exist";
Description
Pretty self explanatory
A set of tools for testing paths.
Should also include:
- file_exists
- file_readable
- file_writable
same with dir:
- dir_exists
- dir_writable (has w)
- dir_accesible (has r and x) #?
And all of the above with '!'
Comments
Please sign up to post a review.