Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 619 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 619 Bytes

Prepare

$ sbt
> test

And, you should get something like -

[info] MinkowskiSpec:
[info] Minkowski method
[info] - should be able to calculate Manhattan distance
[info] - should be able to calculate Euclidean distance
[info] - should be able to handle empty lists
[info] - should return zero if there's not common interest
[info] Run completed in 313 milliseconds.
[info] Total number of tests run: 4
[info] Suites: completed 1, aborted 0
[info] Tests: succeeded 4, failed 0, canceled 0, ignored 0, pending 0
[info] All tests passed.
[success] Total time: 3 s, completed Jan 31, 2014 3:10:23 AM