beyondstorage / go-storage

A vendor-neutral storage library for Golang: Write once, run on every storage service.

Home Page:https://beyondstorage.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tests: Handle the drive letter in connection string for Windows

JinnyYi opened this issue · comments

Add unit test cases with drive letters in the path to fix #952:

  • Add test case in cmd/definitions/tests/connstr_test.go
  • Support absolute paths and add test case for getAbsPath in services/fs