Skip to content

Commit a36df64

Browse files
Merge pull request #68 from SciML/agent/scimltesting-21-public-docs
Use SciMLTesting public API docs QA
2 parents cbe2c08 + fac462e commit a36df64

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ MuladdMacro = "0.2.4"
2424
PrecompileTools = "1"
2525
Random = "1"
2626
SafeTestsets = "0.1, 1"
27-
SciMLTesting = "1"
27+
SciMLTesting = "2.1"
2828
SparseArrays = "1"
2929
SuiteSparse_jll = "7"
3030
Test = "1"

test/qa/Project.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ PureKLU = "0c0d3e7f-3a8b-4f7e-b6f1-9a4d2e7c1f01"
55
SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283"
66
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
77

8-
[sources]
9-
PureKLU = {path = "../.."}
10-
118
[compat]
129
Aqua = "0.8"
1310
JET = "0.9,0.10,0.11"
14-
SciMLTesting = "1.6"
11+
SciMLTesting = "2.1"
1512
Test = "1"
1613
julia = "1.10"

test/qa/qa.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ using JET
44
run_qa(
55
PureKLU;
66
explicit_imports = true,
7+
api_docs_kwargs = (; rendered = true),
78
ei_kwargs = (;
89
no_stale_explicit_imports = (;
910
# `@muladd` is imported from MuladdMacro but currently unused; kept as a

0 commit comments

Comments
 (0)