generated from jCloud/repository-template
Add class for existing files
This commit is contained in:
@@ -4,7 +4,6 @@ import pathlib
|
|||||||
|
|
||||||
@pytest.mark.parametrize('path,expected', [
|
@pytest.mark.parametrize('path,expected', [
|
||||||
('tests/unit/utils/test_file', 'tests/unit/utils/test_file'),
|
('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):
|
def test_ExistingDirectory(path, expected):
|
||||||
assert ExistingFile(path).as_posix() == expected
|
assert ExistingFile(path).as_posix() == expected
|
||||||
|
|||||||
Reference in New Issue
Block a user