aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/io
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-22 02:33:21 +0900
committernsfisis <nsfisis@gmail.com>2026-06-22 02:34:14 +0900
commit9506cfafe29417a5c4149cf618f7e8c79d463e4e (patch)
tree357f8ef9b0436c6aee9c1b883c1f8223f83520ea /crates/shirabe/tests/io
parent822d9a872807a92a5337ee8b7bab96dc9845cdbb (diff)
downloadphp-shirabe-9506cfafe29417a5c4149cf618f7e8c79d463e4e.tar.gz
php-shirabe-9506cfafe29417a5c4149cf618f7e8c79d463e4e.tar.zst
php-shirabe-9506cfafe29417a5c4149cf618f7e8c79d463e4e.zip
test: un-ignore tests that now pass
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/io')
-rw-r--r--crates/shirabe/tests/io/console_io_test.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/shirabe/tests/io/console_io_test.rs b/crates/shirabe/tests/io/console_io_test.rs
index c1adbd4..a79b7ca 100644
--- a/crates/shirabe/tests/io/console_io_test.rs
+++ b/crates/shirabe/tests/io/console_io_test.rs
@@ -81,7 +81,6 @@ fn test_select() {
todo!()
}
-#[ignore]
#[test]
fn test_set_and_get_authentication() {
let mut console_io = make_console_io();
@@ -97,7 +96,6 @@ fn test_set_and_get_authentication() {
assert_eq!(expected, console_io.get_authentication("repoName"));
}
-#[ignore]
#[test]
fn test_get_authentication_when_did_not_set() {
let console_io = make_console_io();
@@ -108,7 +106,6 @@ fn test_get_authentication_when_did_not_set() {
assert_eq!(expected, console_io.get_authentication("repoName"));
}
-#[ignore]
#[test]
fn test_has_authentication() {
let mut console_io = make_console_io();