Commit 480e52f
Use SciMLTesting v1.2 folder-based run_tests (#44)
Convert the test suite to the SciMLTesting v1.2 folder-discovery model:
- runtests.jl becomes `using SciMLTesting; run_tests()`.
- Core: the monolithic core.jl is split into self-contained top-level files
(unit_tests.jl, end_to_end_tests.jl, issue_3.jl, commutation_tests.jl), each
run isolated in its own @safetestset by folder discovery. The previously
unconditional "Invalid usage error path" testset becomes a self-contained
Core file (invalid_usage_tests.jl) β it is a macro-correctness unit test that
belongs to Core; CI still exercises it on the Core lane.
- QA stays at test/qa/ with its existing qa.jl + Project.toml sub-env.
- SciMLTesting + SafeTestsets added to the main test env and the QA sub-env;
Pkg dropped from the test env (no test file uses it; the harness owns Pkg
ops). test_groups.toml unchanged.
- Removed the checked-in test/Manifest.toml: it is gitignored and was stale
after the dependency change, so Pkg re-resolves it fresh.
Core's assertion set is preserved exactly (42 @test/@test_throws before and
after, including the moved invalid-usage check). Per the v1.2 folder semantics
the QA group is its own CI lane and is not part of the local `All` default.
Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 0ad4889 commit 480e52f
10 files changed
Lines changed: 245 additions & 341 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
This file was deleted.
0 commit comments