aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/util
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-25 13:51:12 +0900
committernsfisis <nsfisis@gmail.com>2026-06-25 23:47:47 +0900
commit06cee6c62b9c4fe9ec275283526c3093ceddd918 (patch)
tree1ec4b754d4346cad0c5f46750798206b9c8e9350 /crates/shirabe/tests/util
parent4573629d9fc7321171cd8b134e68869950b02045 (diff)
downloadphp-shirabe-06cee6c62b9c4fe9ec275283526c3093ceddd918.tar.gz
php-shirabe-06cee6c62b9c4fe9ec275283526c3093ceddd918.tar.zst
php-shirabe-06cee6c62b9c4fe9ec275283526c3093ceddd918.zip
test: un-ignore tests that now pass
Remove #[ignore] from 18 tests across array_loader, package_sorter, svn, pool_optimizer, and html_output_formatter that pass now that their implementations are in place. Verified under parallel execution. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/util')
-rw-r--r--crates/shirabe/tests/util/package_sorter_test.rs1
-rw-r--r--crates/shirabe/tests/util/svn_test.rs5
2 files changed, 0 insertions, 6 deletions
diff --git a/crates/shirabe/tests/util/package_sorter_test.rs b/crates/shirabe/tests/util/package_sorter_test.rs
index 0a8d395..aeb94e7 100644
--- a/crates/shirabe/tests/util/package_sorter_test.rs
+++ b/crates/shirabe/tests/util/package_sorter_test.rs
@@ -141,7 +141,6 @@ fn sorting_orders_dependencies_higher_than_package_cases() -> Vec<(
}
#[test]
-#[ignore]
fn test_sorting_orders_dependencies_higher_than_package() {
for (packages, expected_ordered_list, weights) in
sorting_orders_dependencies_higher_than_package_cases()
diff --git a/crates/shirabe/tests/util/svn_test.rs b/crates/shirabe/tests/util/svn_test.rs
index 25e3f4e..7a30d8b 100644
--- a/crates/shirabe/tests/util/svn_test.rs
+++ b/crates/shirabe/tests/util/svn_test.rs
@@ -42,7 +42,6 @@ fn url_provider() -> Vec<(&'static str, Vec<&'static str>)> {
}
#[test]
-#[ignore]
fn test_credentials() {
for (url, expect) in url_provider() {
let io: Rc<RefCell<dyn IOInterface>> = Rc::new(RefCell::new(NullIO::new()));
@@ -55,7 +54,6 @@ fn test_credentials() {
}
#[test]
-#[ignore]
fn test_interactive_string() {
let url = "http://svn.example.org";
@@ -76,7 +74,6 @@ fn test_interactive_string() {
}
#[test]
-#[ignore]
fn test_credentials_from_config() {
let url = "http://svn.apache.org";
@@ -98,7 +95,6 @@ fn test_credentials_from_config() {
}
#[test]
-#[ignore]
fn test_credentials_from_config_with_cache_credentials_true() {
let url = "http://svn.apache.org";
@@ -121,7 +117,6 @@ fn test_credentials_from_config_with_cache_credentials_true() {
}
#[test]
-#[ignore]
fn test_credentials_from_config_with_cache_credentials_false() {
let url = "http://svn.apache.org";