diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-04 10:35:58 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-04 10:35:58 +0900 |
| commit | 1427c101f98c72e551fcc72671ab3cde0991bb6d (patch) | |
| tree | b83fe05cc22a38813243d86890fde34721b7985a /crates/mozart-registry/Cargo.toml | |
| parent | bc72b70daea7db03456508540f96ab6f019ef5e3 (diff) | |
| download | php-mozart-1427c101f98c72e551fcc72671ab3cde0991bb6d.tar.gz php-mozart-1427c101f98c72e551fcc72671ab3cde0991bb6d.tar.zst php-mozart-1427c101f98c72e551fcc72671ab3cde0991bb6d.zip | |
test(resolver): scaffold PoolBuilder fixture suite from Composer
Port the 31 .test fixtures under
composer/tests/Composer/Test/DependencyResolver/Fixtures/poolbuilder/
as #[ignore]'d cases in mozart-registry/tests/poolbuilder.rs. Each
fixture is parsed eagerly so format-level regressions surface
immediately, while the runner itself is unimplemented\!() — removing
#[ignore] from a case will force the missing pool-build entry point
into existence rather than silently mis-run. Generalize
mozart-test-harness's split_sections to take a per-format valid-section
list and add a poolbuilder parser alongside the installer one.
Diffstat (limited to 'crates/mozart-registry/Cargo.toml')
| -rw-r--r-- | crates/mozart-registry/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/mozart-registry/Cargo.toml b/crates/mozart-registry/Cargo.toml index 10eaf3b..6816e8d 100644 --- a/crates/mozart-registry/Cargo.toml +++ b/crates/mozart-registry/Cargo.toml @@ -26,3 +26,6 @@ tempfile.workspace = true tokio.workspace = true tracing.workspace = true zip.workspace = true + +[dev-dependencies] +mozart-test-harness.workspace = true |
