cli-test: Refactor Path Handling
2 failed
(2 total)
View logs
modified crates/radicle-cli-test/src/lib.rs
@@ -4,17 +4,12 @@ use std::collections::HashMap;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -462,11 +457,7 @@ impl TestFormula {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -531,13 +522,17 @@ impl TestFormula {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| + | |
| + | |
|
|
|
|
|
@@ -551,6 +546,11 @@ fn bins(cwd: PathBuf) -> Vec<PathBuf> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -562,9 +562,6 @@ fn bins(cwd: PathBuf) -> Vec<PathBuf> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|