Use SciMLTesting v1.2 (folder-based run_tests)#547
Merged
ChrisRackauckas merged 1 commit intoJun 14, 2026
Conversation
Convert the test suite to the SciMLTesting v1.2 folder-discovery model: test/runtests.jl is now `using SciMLTesting; run_tests()`. The test_groups.toml groups map to folders: Core = top-level test/*.jl; Methods/, Extensions/, Misc/ hold each group's files; QA -> test/qa/ (qa.jl + alloc_tests.jl) with its own Project.toml sub-env. SciMLTesting + SafeTestsets/Test are added to the test deps and the QA sub-env. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Convert the test suite to the SciMLTesting v1.2 folder-discovery model.
test/runtests.jlis now justusing SciMLTesting; run_tests().test_groups.tomlgroups map to folders:test/*.jl(interface, parameter_tests, interpolation_tests, extrapolation_tests).test/qa/(qa.jl + alloc_tests.jl) with its ownProject.tomlsub-env.SciMLTesting+SafeTestsets/Testadded to the root test deps and the QA sub-env.test_groups.tomlunchanged.The exact set of tests run under each
GROUPvalue is unchanged (All= Core+Methods+Extensions+Misc, QA excluded). Verified end-to-end on Julia 1.11:GROUP=CoreandGROUP=QAboth pass.Ignore until reviewed by @ChrisRackauckas.
🤖 Generated with Claude Code