[WIP] cli: Migrate example tests for `rad issue`
2 failed
1 pending
(3 total)
View logs
modified crates/radicle-cli/src/commands/issue.rs
@@ -1,6 +1,8 @@
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -31,6 +33,33 @@ use crate::terminal::issue::Format;
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -576,3 +605,19 @@ fn comment_quoted(comment: &thread::Comment, buffer: &mut String) {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified crates/radicle-cli/src/main.rs
@@ -47,6 +47,7 @@ struct CliArgs {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/terminal.rs
@@ -16,12 +16,18 @@ use std::process;
|
|
|
|
|
|
| - | |
| - | |
|
|
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/tests/commands.rs
@@ -2662,3 +2662,28 @@ fn rad_workflow() {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |