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

Add unit test for repo.getterImpl (and file:// scheme support) #64

Merged
merged 2 commits into from
Oct 6, 2023

Commits on Oct 6, 2023

  1. Add unit test for repo.getterImpl (and file:// scheme support)

    Pull request rmohr#63 added support for the `file://` scheme for `fetch`.
    This change adds the suggested test case to ensure that both the
    baseline `http://` support and the newly-added `file://` support are
    working as expected.
    wade-arista committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    6528381 View commit details
    Browse the repository at this point in the history
  2. Add new test to pkg/repo/BUILD.bazel

    Ran `make gazelle` to recalculate the go_test targets.
    wade-arista committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    0ec2d49 View commit details
    Browse the repository at this point in the history