bazelbuild / rules_scala

Scala rules for Bazel
Apache License 2.0
361 stars 274 forks source link

add a scala_check target that only uses scalacheck. #121

Open johnynek opened 7 years ago

johnynek commented 7 years ago

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.

johnynek commented 7 years ago

cc @non we should add some nice assertion macros to scalacheck for this.

johnynek commented 4 years ago

note this:

https://gist.github.com/johnynek/48ab7f060dda1bf0edc7be8229576048

Shows in < 400 lines how to use classgraph + sbt.testing (both java only dependencies which are quite small, each with no other dependencies) to run any test.

cc @ittaiz @andyscott