Skip to content

Commit

Permalink
Add test cases for UNC paths
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
  • Loading branch information
thombashi committed Aug 22, 2024
1 parent 602838b commit 36a065d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_filepath.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ class Test_validate_filepath:
"C:\\Users",
"C:\\",
"\\Users",
r"\\fileserver\public",
]

@pytest.mark.parametrize(
Expand Down

0 comments on commit 36a065d

Please sign in to comment.