audeering / audbackend

Manage file storage on different backends
https://audeering.github.io/audbackend/
Other
3 stars 0 forks source link

Make test for single folder work under Windows #183

Closed hagenw closed 6 months ago

hagenw commented 7 months ago

As mentioned in https://github.com/audeering/audbackend/pull/126#discussion_r1183762375 the test for the SingleFolder backend is currently deactivated under Windows as it failed for unknown reasons. This is unfortunate as it also hinders us from an easy test for the default copy_file() backend method under Windows, see https://github.com/audeering/audbackend/pull/181#pullrequestreview-1869594294

frankenjoe commented 6 months ago

Implemented in #191