File tree Expand file tree Collapse file tree 3 files changed +11
-46
lines changed
Expand file tree Collapse file tree 3 files changed +11
-46
lines changed Original file line number Diff line number Diff line change 11[deps ]
22Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
33Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
4- HTTP = " cd3eb016-35fb-5094-929b-558a96fad6f3 "
5- JSON = " 682c06a0-de6a-54ab-a142-c8b1cf79cde6 "
4+ Markdown = " d6f4376e-aef5-505a-96c1-9c027394607a "
5+ MarkdownAST = " d0879d2d-cac2-40c8-9cee-1863dc0c7391 "
66Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
77
88[compat ]
99Aqua = " 0.8"
1010Documenter = " 1"
11- HTTP = " 1"
12- JSON = " 1"
11+ Markdown = " 1"
12+ MarkdownAST = " 0. 1"
1313Test = " 1"
14+ julia = " 1.10"
Original file line number Diff line number Diff line change 11using CTBase
22using Test
33using Aqua
4- # using JET
5- # using JuliaFormatter
64using Documenter
7- using HTTP
8- using JSON
95
10- const CTBaseDocstrings = Base. get_extension (CTBase, :CTBaseDocstrings ) # to test functions from CTFlowsODE not in CTFlows
6+ const DocumenterReference = Base. get_extension (CTBase, :DocumenterReference ) # to test functions from CTFlowsODE not in CTFlows
117
128# Macro to check if an expression is type-stable and inferred correctly
139macro test_inferred (expr)
2723@testset verbose = true showtiming = true " Base" begin
2824 for name in (
2925 # :code_quality,
30- :default ,
31- :description ,
32- :exceptions ,
33- :utils ,
34- :docstrings ,
26+ # :default,
27+ # :description,
28+ # :exceptions,
29+ # :utils,
30+ :documenter_reference ,
3531 )
3632 @testset " $(name) " begin
3733 test_name = Symbol (:test_ , name)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments