MCPcopy
hub / github.com/facefusion/facefusion / test_resolve_file_paths

Function test_resolve_file_paths

tests/test_filesystem.py:101–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99
100
101def test_resolve_file_paths() -> None:
102 file_paths = resolve_file_paths(get_test_examples_directory())
103
104 for file_path in file_paths:
105 assert file_path == get_test_example_file(file_path)
106
107 assert resolve_file_paths('invalid') == []
108
109
110def test_create_directory() -> None:

Callers

nothing calls this directly

Calls 3

resolve_file_pathsFunction · 0.90
get_test_example_fileFunction · 0.85

Tested by

no test coverage detected