Skip to content

Conversation

@jgallagher
Copy link
Contributor

There are no code changes to the planner tests themselves, other than reformatting (lost a level of nesting since they're no longer under mod tests). There are a couple minor changes to builder tests where it was calling back into helpers that used the planner; I think these checks are not necessary (and were actually testing the planner, not the builder).

I duplicated the verify_blueprint() helper that just calls blippy and checks for notes. That seemed better than making it publicly available somewhere, but if others disagree I'm happy to do that instead.

We could break this new planner.rs integration test module up into submodules, but I'm not sure there's a meaningful grouping of different kinds of tests, so for now I just left them all in the one big file. I might revisit that later as I go through the tests to do other cleanup.

… tests

There are no code changes to the planner tests themselves, other than
reformatting (lost a level of nesting since they're no longer under `mod
tests`). There are a couple minor changes to builder tests where it was
calling back into helpers that used the planner; I think these checks
are not necessary (and were actually testing the planner, not the
builder).

I duplicated the `verify_blueprint()` helper that just calls blippy and
checks for notes. That seemed better than making it publicly available
somewhere, but if others disagree I'm happy to do that instead.
@jgallagher jgallagher merged commit a0a2683 into main Dec 3, 2025
16 checks passed
@jgallagher jgallagher deleted the john/make-planner-tests-integration branch December 3, 2025 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants