Skip to content

Migrate to test item framework - #106

Merged
davidanthoff merged 4 commits into
mainfrom
migrate-testitem-framework
Aug 31, 2026
Merged

Migrate to test item framework#106
davidanthoff merged 4 commits into
mainfrom
migrate-testitem-framework

Conversation

@davidanthoff

Copy link
Copy Markdown
Member

This PR migrates the package to the test item framework and modernizes the repository infrastructure:

  • Tests use TestItems.jl @testitems with a TestItemRunner-based test/runtests.jl
  • CI is the reusable testitem workflow v2 (juliaci.yml); all PkgButler workflows and .jlpkgbutler.toml are removed
  • Dependabot config for the julia and github-actions ecosystems replaces CompatHelper
  • Minimum supported Julia version is raised to 1.12, with the corresponding minor version bump (-DEV)
  • Compat bounds for Queryverse sibling packages are widened to accept the versions from this migration wave
  • LICENSE copyright year extended to 2026
  • README shows the GitHub Actions badge instead of the dead Travis/AppVeyor badges
  • Docs upgraded to Documenter 1
  • .gitignore covers Manifest.toml and test output files
    All 9 test items pass locally on Julia 1.12. Tests that wrote output files into the working directory now use temp paths.

🤖 Generated with Claude Code

davidanthoff and others added 4 commits August 28, 2026 18:02
Migrate tests and CI to the test item framework, remove PkgButler,
bump min Julia to 1.12, and modernize repo infrastructure.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Keep supporting the Julia versions the package supported before the
test item migration instead of raising the floor to 1.12.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The minor version bump was only needed while the migration raised the
minimum Julia version; with the original Julia compat restored, the
version can stay as it was.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@davidanthoff
davidanthoff merged commit fbb47c6 into main Aug 31, 2026
76 of 82 checks passed
@davidanthoff
davidanthoff deleted the migrate-testitem-framework branch August 31, 2026 07:46
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.

1 participant