Skip to content

4. Running the Tests

rahul palamuttam edited this page Aug 18, 2016 · 1 revision

#Running the test

sbt

To run all the test use at the sbt prompt:

test

To run individual test use a command such as:

test-only org.dia.tensors.BasicTensorTest