Skip to content

Commit

Permalink
tests: add fs_path
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry committed Jan 13, 2025
1 parent ff8e0fd commit 93c7a6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dvc_oss/tests/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ def config(self):
"oss_endpoint": TEST_OSS_ENDPOINT,
}

@property
def fs_path(self):
return self.bucket + "/" + self.path.lstrip("/")

def is_file(self):
raise NotImplementedError

Expand Down

0 comments on commit 93c7a6c

Please sign in to comment.