test(property): add path validator invariants (#3541)

test(property): add path validator invariants for #3525
This commit is contained in:
houseme
2026-06-18 02:14:24 +08:00
committed by GitHub
parent bc769948ab
commit 87a3d107d6
4 changed files with 53 additions and 0 deletions
+1
View File
@@ -60,6 +60,7 @@ zstd = { workspace = true, optional = true }
tempfile = { workspace = true }
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
temp-env = { workspace = true }
proptest = "1"
[target.'cfg(windows)'.dependencies]
windows = { workspace = true, optional = true, features = ["Win32_Storage_FileSystem", "Win32_Foundation"] }