Add class for existing files

This commit is contained in:
2026-04-09 19:52:46 +02:00
parent a550ba6832
commit 3e96072361
-1
View File
@@ -4,7 +4,6 @@ import pathlib
@pytest.mark.parametrize('path,expected', [
('tests/unit/utils/test_file', 'tests/unit/utils/test_file'),
('tests/unit/utils/test_symlink', 'tests/unit/utils/test_symlink'),
])
def test_ExistingDirectory(path, expected):
assert ExistingFile(path).as_posix() == expected