]> git.proxmox.com Git - cargo.git/commit - tests/testsuite/cargo_command.rs
Add test for listing builtin aliases
authorCPerezz <c.perezbaro@gmail.com>
Fri, 24 Jul 2020 21:40:49 +0000 (23:40 +0200)
committerCPerezz <c.perezbaro@gmail.com>
Fri, 24 Jul 2020 21:40:49 +0000 (23:40 +0200)
commit7b16c7c1305de3551d1d5cdc4dc2bf13861d9685
tree948046a03362d22905a7dcdb21012164807eba8c
parent26beca06fccd1854952a9e9af740025196235170
Add test for listing builtin aliases

Added a test that checks that the aliases that currently
are builtin with cargo are indeed being printed with the rest
of the commands when `cargo --list` is called.

Closes #8486
tests/testsuite/cargo_command.rs