Commit 89fbbcb
Use SciMLTesting v1.0.0 (run_tests harness)
Replace the hand-written GROUP-dispatch in test/runtests.jl with a single
declarative `run_tests` call from SciMLTesting v1.0.0. Pure harness refactor:
the Core and QA (Aqua) test bodies are preserved verbatim (behavior-equivalent),
only the dispatch boilerplate changes. QA is passed via the `qa` kwarg so it
runs under both GROUP=QA and the "All" default, matching the original
`GROUP == "QA" || GROUP == "All"` dispatch.
Project.toml: add SciMLTesting to [extras]/[targets].test/[compat]. (No Pkg
entry to remove here; the old harness did not use Pkg.)
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 4252111 commit 89fbbcb
2 files changed
Lines changed: 15 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
67 | | - | |
| 69 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 4 | + | |
| 5 | + | |
13 | 6 | | |
14 | 7 | | |
15 | 8 | | |
| |||
77 | 70 | | |
78 | 71 | | |
79 | 72 | | |
80 | | - | |
81 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
0 commit comments