diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-25 13:51:12 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-25 23:47:47 +0900 |
| commit | 06cee6c62b9c4fe9ec275283526c3093ceddd918 (patch) | |
| tree | 1ec4b754d4346cad0c5f46750798206b9c8e9350 /crates/shirabe/tests/console | |
| parent | 4573629d9fc7321171cd8b134e68869950b02045 (diff) | |
| download | php-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/console')
| -rw-r--r-- | crates/shirabe/tests/console/html_output_formatter_test.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/shirabe/tests/console/html_output_formatter_test.rs b/crates/shirabe/tests/console/html_output_formatter_test.rs index 2274ffe..31bd460 100644 --- a/crates/shirabe/tests/console/html_output_formatter_test.rs +++ b/crates/shirabe/tests/console/html_output_formatter_test.rs @@ -7,7 +7,6 @@ use shirabe_external_packages::symfony::console::formatter::{ }; #[test] -#[ignore] fn test_formatting() { let mut styles: IndexMap<String, Box<dyn OutputFormatterStyleInterface>> = IndexMap::new(); styles.insert( |
