mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-12 23:23:20 +00:00
9607d954e4
In the test case `test_branch_mutually_exclusive_actions`, we weren't actually testing anything useful, because the interface has since changed to use subcommands instead of options. The test has been deleted in this commit, and `TestEnvironment::jj_cmd_cli_error` has been changed to return a `#[must_use]` `String` representing stderr. I also added `#[must_use]` to `TestEnvironment::jj_cmd_failure` while I was here. |
||
---|---|---|
.. | ||
mod.rs |