dlt-hub / verified-sources

Contribute to dlt verified sources 🔥
https://dlthub.com/docs/walkthroughs/add-a-verified-source
Apache License 2.0
50 stars 40 forks source link

test(filesystem): add a test for Windows UNC paths #423

Closed IlyaFaer closed 2 months ago

IlyaFaer commented 2 months ago

Towards https://github.com/dlt-hub/dlt/pull/1209

IlyaFaer commented 2 months ago

@rudolfix, I tried to add UNC paths into the existing tests, but it doesn't work. UNC requires to keep the whole path of the file, without any attempts to make it relative, so it doesn't work with the existing tests.