From 36a065dca8484ec962133b0b69d75ab99a9f7abb Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Fri, 23 Aug 2024 03:23:43 +0900 Subject: [PATCH] Add test cases for UNC paths Signed-off-by: Tsuyoshi Hombashi --- test/test_filepath.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_filepath.py b/test/test_filepath.py index b71af25..8d91157 100644 --- a/test/test_filepath.py +++ b/test/test_filepath.py @@ -106,6 +106,7 @@ class Test_validate_filepath: "C:\\Users", "C:\\", "\\Users", + r"\\fileserver\public", ] @pytest.mark.parametrize(