refactor: move gitea out of the way
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -7,7 +7,13 @@ use tracing_test::traced_test;
|
||||
use crate::common::{assert_output, get_test_data_path};
|
||||
|
||||
fn get_base_args<'a>() -> Vec<&'a str> {
|
||||
vec!["cuddle-please", "config", "list"]
|
||||
vec![
|
||||
"cuddle-please",
|
||||
"config",
|
||||
"list",
|
||||
"--no-vcs",
|
||||
"--engine=local",
|
||||
]
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user