Skip to content

Convert tests to TestItems framework#209

Open
andreasnoack wants to merge 2 commits intomasterfrom
an/testitem
Open

Convert tests to TestItems framework#209
andreasnoack wants to merge 2 commits intomasterfrom
an/testitem

Conversation

@andreasnoack
Copy link
Copy Markdown
Member

Summary

  • Migrate all tests from @testset/include() to @testitem blocks (TestItems.jl) with TestItemRunner.jl for execution
  • Shared test utilities (_default_rtol) wrapped in a @testmodule Utils setup block
  • Each test file is now a self-contained @testitem with its own using statements

Test plan

  • Pkg.test() passes (1,166,082 tests pass, 2 expected broken)

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.39%. Comparing base (37d3c86) to head (0d5a095).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #209   +/-   ##
=======================================
  Coverage   72.39%   72.39%           
=======================================
  Files          22       22           
  Lines        1007     1007           
=======================================
  Hits          729      729           
  Misses        278      278           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Use @testsnippet for shared helpers so @inferred and @__MODULE__
resolve correctly in each testitem's scope.
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.

2 participants