diff --git a/crates/cuddle-please/tests/config.rs b/crates/cuddle-please/tests/config.rs index 31e0cf7..eca201d 100644 --- a/crates/cuddle-please/tests/config.rs +++ b/crates/cuddle-please/tests/config.rs @@ -25,7 +25,6 @@ PleaseConfig api_url: https://some-example.gitea-instance "#; -#[test] #[traced_test] fn test_config_from_current_dir() { let args = get_base_args(); @@ -39,7 +38,6 @@ fn test_config_from_current_dir() { assert_output(ui, EXPECTED_OUTPUT, ""); } -#[test] #[traced_test] fn test_config_from_source_dir() { let mut args = get_base_args(); @@ -55,7 +53,6 @@ fn test_config_from_source_dir() { assert_output(ui, EXPECTED_OUTPUT, ""); } -#[test] #[traced_test] fn test_config_from_stdin() { let mut args = get_base_args(); @@ -75,7 +72,6 @@ settings: assert_output(ui, EXPECTED_OUTPUT, ""); } -#[test] #[traced_test] fn test_config_fails_when_not_path_is_set() { let args = get_base_args();