Skip to content

Commit fbd88a1

Browse files
Use SciMLTesting public API docs QA (#134)
Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
1 parent 217cdf0 commit fbd88a1

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
@@ -13,7 +13,7 @@ BenchmarkTools = "1"
1313
ExprTools = "0.1"
1414
SHA = "0.7, 1"
1515
SafeTestsets = "0.1, 1"
16-
SciMLTesting = "1.5"
16+
SciMLTesting = "2.1"
1717
Serialization = "1.10"
1818
Test = "1"
1919
julia = "1.10"

test/qa/Project.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
55
SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283"
66
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
77

8-
[sources]
9-
RuntimeGeneratedFunctions = {path = "../.."}
10-
118
[compat]
129
Aqua = "0.8"
1310
SafeTestsets = "0.1, 1"
14-
SciMLTesting = "1.5"
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
@@ -8,6 +8,7 @@ using RuntimeGeneratedFunctions, SciMLTesting, Test
88
run_qa(
99
RuntimeGeneratedFunctions;
1010
explicit_imports = true,
11+
api_docs_kwargs = (; rendered = true),
1112
ei_kwargs = (;
1213
all_qualified_accesses_are_public = (; ignore = (:deepcopy_internal, :serialize_type)),
1314
),

0 commit comments

Comments
 (0)