Skip to content

Migrate to test item framework - #110

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

Migrate to test item framework#110
davidanthoff wants to merge 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 4 active integration test items pass locally on Julia 1.12 after updating the removed df[:col] DataFrames indexing syntax to df[!, :col] and adding Dates as a test dependency. The JuliaDB and Gadfly integration tests remain disabled as before.

🤖 Generated with Claude Code

davidanthoff and others added 4 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>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Temporal.TS has no methods for Int32 vectors, so the Temporal
integration tests cannot pass on 32-bit.

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