powered by
assert_all_are_existing_files(x) assert_any_are_existing_files(x) is_existing_file(x)
is_existing_file
file.exists
assert_*_are_existing_files
FALSE
assert_all_are_existing_files(dir()) #These examples should fail. dont_stop(assert_all_are_existing_files("not an existing file (probably)"))
Run the code above in your browser using DataLab