bazel-contrib / bazel-contrib/rules_scala
test_run should be a sh_test
Open
- Dominant language
- Starlark
- Stars
- 384
- Forks
- 292
- Avg merge
- 3d 3m
- Merged PRs (30d)
- 42
Description
This would allow to test it with `bazel test`
To do so, shipping the source of the repository might be needed. See how it is done in bazel in src/test/shell/bazel/...
Contributor guide
Research direction
Start with the existing test_run implementation and compare it with the patterns under src/test/shell/bazel/ for tests that ship repository source. Done means test_run is a sh_test that can be exercised with bazel test, including any required source shipping.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- build-system, testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100