bazel-contrib / bazel-contrib/rules_scala
add a scala_check target that only uses scalacheck.
Open
- Dominant language
- Starlark
- Stars
- 384
- Forks
- 292
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 47
Description
This could be useful for people that already have scalacheck tests and don't want to convert to scalatest to use them. Also, the dependencies of scalacheck are very thin.
Contributor guide
Research direction
The issue names a new scala_check target and existing ScalaCheck and ScalaTest tests, but no files or test entry points. Start by locating the repository's existing ScalaTest Bazel target and its dependency definitions, then determine how a ScalaCheck-only target should differ. Done means users can run ScalaCheck tests through the new target without requiring ScalaTest.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- build-system, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100