| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-21 | test(factory): ignore fails-if-dir to avoid COMPOSER env race | nsfisis | |
| In the full suite it races test_get_composer_json_path_from_env over the global COMPOSER env; without the deferred tearDown clearing it, only one mutator can run. Keeps from_env as the sole COMPOSER mutator. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> | |||
| 2026-06-21 | test(factory): port FactoryTest | nsfisis | |
| getComposerFile env paths verified. The default-values case mocks IO/Config (unportable); the unset-env case is order-dependent without the deferred tearDown, so both are ignored. setUp/tearDown not ported. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> | |||
| 2026-06-21 | test: add empty test files | nsfisis | |
