The initial Scala project exclusively used property tests. While I don't want to avoid unit tests entirely in this project, I would feel a lot better if the tests were primarily property based.
To begin with, let's port the original scala properties over to this rust project.
The initial Scala project exclusively used property tests. While I don't want to avoid unit tests entirely in this project, I would feel a lot better if the tests were primarily property based.
To begin with, let's port the original scala properties over to this rust project.