
In the process, notice that the tolerance scale adjustment was ported wrong, and correct it.
8 lines
321 B
Text
Executable file
8 lines
321 B
Text
Executable file
# based on "Enabling print statements in Cargo tests", by Jon Almeida
|
|
#
|
|
# https://jonalmeida.com/posts/2015/01/23/print-cargo/
|
|
#
|
|
|
|
cargo test -- --nocapture engine::tests::irisawa_hexlet_test
|
|
cargo test -- --nocapture engine::tests::three_spheres_example
|
|
cargo test -- --nocapture engine::tests::point_on_sphere_example
|