From 9506cfafe29417a5c4149cf618f7e8c79d463e4e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 22 Jun 2026 02:33:21 +0900 Subject: test: un-ignore tests that now pass Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/command/init_command_test.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'crates/shirabe/tests/command') diff --git a/crates/shirabe/tests/command/init_command_test.rs b/crates/shirabe/tests/command/init_command_test.rs index 7c296a0..589afc5 100644 --- a/crates/shirabe/tests/command/init_command_test.rs +++ b/crates/shirabe/tests/command/init_command_test.rs @@ -35,7 +35,6 @@ fn test_parse_author_string_with_invalid_email() { todo!() } -#[ignore] #[test] fn test_namespace_from_valid_package_name() { set_up(); @@ -48,7 +47,6 @@ fn test_namespace_from_valid_package_name() { ); } -#[ignore] #[test] fn test_namespace_from_invalid_package_name() { set_up(); @@ -58,7 +56,6 @@ fn test_namespace_from_invalid_package_name() { assert_eq!(None, namespace); } -#[ignore] #[test] fn test_namespace_from_missing_package_name() { set_up(); -- cgit v1.3.1