diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-25 17:16:22 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-26 00:20:05 +0900 |
| commit | 22d0b327368e5f39de6f381046c081d08efdba15 (patch) | |
| tree | 25c61e45cfff710fadd99748ae0f5f1882d5cbd0 /crates/shirabe/tests/repository/repository_manager_test.rs | |
| parent | 0dd510dbc3a5b6e888abcc104ae8c4a4eeb1e42b (diff) | |
| download | php-shirabe-22d0b327368e5f39de6f381046c081d08efdba15.tar.gz php-shirabe-22d0b327368e5f39de6f381046c081d08efdba15.tar.zst php-shirabe-22d0b327368e5f39de6f381046c081d08efdba15.zip | |
test: un-ignore repository tests unblocked by stream I/O
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/repository/repository_manager_test.rs')
| -rw-r--r-- | crates/shirabe/tests/repository/repository_manager_test.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/shirabe/tests/repository/repository_manager_test.rs b/crates/shirabe/tests/repository/repository_manager_test.rs index 18f4a7a..732b598 100644 --- a/crates/shirabe/tests/repository/repository_manager_test.rs +++ b/crates/shirabe/tests/repository/repository_manager_test.rs @@ -175,7 +175,6 @@ fn test_repo_creation() { } #[test] -#[ignore = "the first case (\"pear\", a registered type) reaches RepositoryManager::create_repository_by_class, which is todo!() (dynamic instantiation by class name not yet ported), before the \"invalid\" case can be checked"] fn test_invalid_repo_creation_throws() { let SetUp { tmpdir } = set_up(); let _tear_down = TearDown::new(tmpdir.path().to_path_buf()); |
