You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the tests just run a few hard-coded values to makes sure the inputs and outputs match.
on top of those surface level tests, i'd like to add the scalamock and scalacheck libraries and use a set of property-based tests to make sure that algorithms work as intended. the sound/phonetic algorithms are currently not really tested b/c of this
the tests just run a few hard-coded values to makes sure the inputs and outputs match.
on top of those surface level tests, i'd like to add the scalamock and scalacheck libraries and use a set of property-based tests to make sure that algorithms work as intended. the sound/phonetic algorithms are currently not really tested b/c of this
https://scalamock.org/
https://www.scalacheck.org/
The text was updated successfully, but these errors were encountered: