rmohr / bazeldnf

Build multi-arch base containers based on RPM with bazel.
Apache License 2.0
30 stars 18 forks source link

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

Closed wwade closed 1 year ago

wwade commented 1 year ago

Pull request #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.

wwade commented 1 year ago

Thank you! Can it be that make gazelle needs to be run to generate the build files?

Done!