Test specyficzny dla testu ładunkowego

cargo test test_name # runs all test containing test_name in their name
cargo test test_fn_name -- --exact # runs only test with exact name
PeruTilli