Skip to content

Migrate to test item framework - #13

Open
davidanthoff wants to merge 3 commits into
mainfrom
migrate-testitem-framework
Open

Migrate to test item framework#13
davidanthoff wants to merge 3 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
    Both test items pass locally on Julia 1.12.

🤖 Generated with Claude Code

davidanthoff and others added 3 commits August 28, 2026 18:04
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>
Move the package off 0.x to a proper 1.0 major version, and accept
1.0 versions of Queryverse sibling packages in compat.

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>
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