Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a scala_check target that only uses scalacheck. #121

Open
johnynek opened this issue Jan 9, 2017 · 2 comments
Open

add a scala_check target that only uses scalacheck. #121

johnynek opened this issue Jan 9, 2017 · 2 comments

Comments

@johnynek
Copy link
Member

johnynek commented Jan 9, 2017

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
Copy link
Member Author

johnynek commented Jan 9, 2017

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

@johnynek
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant