diff options
author | Devaev Maxim <[email protected]> | 2019-04-10 21:45:31 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-04-10 21:45:31 +0300 |
commit | 4a0f74897ce07635b448ed61e86ad89732007b35 (patch) | |
tree | 82cec57c751cd918ce0d20fab3097dfa77e3deca /tests | |
parent | 07c59485fcef43a8a3dc122d05c7352a3da8aa15 (diff) |
validators fs -> os
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_validators_os.py (renamed from tests/test_validators_fs.py) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_validators_fs.py b/tests/test_validators_os.py index c2f13393..b280b4b3 100644 --- a/tests/test_validators_fs.py +++ b/tests/test_validators_os.py @@ -28,10 +28,10 @@ from typing import Any import pytest from kvmd.validators import ValidatorError -from kvmd.validators.fs import valid_abs_path -from kvmd.validators.fs import valid_abs_path_exists -from kvmd.validators.fs import valid_unix_mode -from kvmd.validators.fs import valid_command +from kvmd.validators.os import valid_abs_path +from kvmd.validators.os import valid_abs_path_exists +from kvmd.validators.os import valid_unix_mode +from kvmd.validators.os import valid_command # ===== |