frameless icon indicating copy to clipboard operation
frameless copied to clipboard

project idea: frameless-scalacheck

Open tscholak opened this issue 7 years ago • 1 comments

Holden Karau has a project, https://github.com/holdenk/spark-testing-base, that provides scalacheck Gens and assert helpers for RDD, Dataframe, and Dataset. It would be cool if there was a frameless-scalacheck sub-project with a Gen for TypedDataset[A] where A: TypedEncoder.

tscholak avatar Jun 04 '17 23:06 tscholak

Highly related, package this law into something easily usable in user tests, similar to what being done with cats' laws.

OlivierBlanvillain avatar Jun 07 '17 06:06 OlivierBlanvillain