2024-10-26 00:34:29 +00:00
|
|
|
# based on "Enabling print statements in Cargo tests", by Jon Almeida
|
|
|
|
#
|
|
|
|
# https://jonalmeida.com/posts/2015/01/23/print-cargo/
|
|
|
|
#
|
|
|
|
|
2024-10-26 04:43:53 +00:00
|
|
|
cargo test -- --nocapture engine::tests::irisawa_hexlet_test
|
2024-10-26 00:34:29 +00:00
|
|
|
cargo test -- --nocapture engine::tests::three_spheres_example
|
|
|
|
cargo test -- --nocapture engine::tests::point_on_sphere_example
|