scala / pickling

Fast, customizable, boilerplate-free pickling support for Scala
lampwww.epfl.ch/~hmiller/pickling
BSD 3-Clause "New" or "Revised" License
831 stars 79 forks source link

WIP: restructure tests #425

Closed jvican closed 8 years ago

jvican commented 8 years ago

Disclaimer: the Scalajs restructure will be also done in this PR.

Changes

Add staticOnly flag to most of binary tests

Group better the tests

Rename tests to specify their own format

Merge the tests and change the overall structure

Update scalatest and fix scalatest issue 873

jsuereth commented 8 years ago

Looks great!