Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add interface tests for Repository, blobStore and manifestStore #313

Merged
merged 3 commits into from
Sep 13, 2022
Merged

test: add interface tests for Repository, blobStore and manifestStore #313

merged 3 commits into from
Sep 13, 2022

Conversation

wangxiaoxuan273
Copy link
Contributor

Add interface tests for remote.Repository, remote.blobStore and remote.manifestStore
Resolves #302

Signed-off-by: wangxiaoxuan273 wangxiaoxuan119@gmail.com

Signed-off-by: wangxiaoxuan273 <wangxiaoxuan119@gmail.com>
Signed-off-by: wangxiaoxuan273 <wangxiaoxuan119@gmail.com>
@codecov-commenter
Copy link

codecov-commenter commented Sep 12, 2022

Codecov Report

Merging #313 (b2b8e9a) into main (a018d99) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #313   +/-   ##
=======================================
  Coverage   71.79%   71.79%           
=======================================
  Files          38       38           
  Lines        3584     3584           
=======================================
  Hits         2573     2573           
  Misses        754      754           
  Partials      257      257           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

registry/remote/repository_test.go Outdated Show resolved Hide resolved
registry/remote/repository_test.go Show resolved Hide resolved
Signed-off-by: wangxiaoxuan273 <wangxiaoxuan119@gmail.com>
@wangxiaoxuan273 wangxiaoxuan273 requested review from shizhMSFT and Wwwsylvia and removed request for Wwwsylvia and shizhMSFT September 13, 2022 08:04
Copy link
Contributor

@shizhMSFT shizhMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@Wwwsylvia Wwwsylvia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Wwwsylvia Wwwsylvia merged commit 21d6ed0 into oras-project:main Sep 13, 2022
@wangxiaoxuan273 wangxiaoxuan273 deleted the refactor branch December 6, 2022 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor remote.TestRepositoryInterface
4 participants