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