rules_nixpkgs icon indicating copy to clipboard operation
rules_nixpkgs copied to clipboard

Test case "output-derivation-is-a-file" is uncovered on CI and bazel test //...

Open aherrmann opened this issue 2 years ago • 1 comments

Describe the bug The test-case "output-derivation-is-a-file" introduced here is not run on CI or as part of the local test script.

To Reproduce n/a

Expected behavior The test should be covered on CI and by bazel test //... in core.

Environment

  • OS name + version: n/a
  • Version of the code: 726e2b7

aherrmann avatar Feb 08 '23 10:02 aherrmann

This could be a good place to use integration tests via https://github.com/bazel-contrib/rules_bazel_integration_test as described in this blog post.

aherrmann avatar Feb 08 '23 10:02 aherrmann