Skip to content

Commit 157cdd5

Browse files
committed
remove useless tests
1 parent afc2e06 commit 157cdd5

File tree

3 files changed

+11
-46
lines changed

3 files changed

+11
-46
lines changed

test/Project.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[deps]
22
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
33
Documenter = "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"
66
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
77

88
[compat]
99
Aqua = "0.8"
1010
Documenter = "1"
11-
HTTP = "1"
12-
JSON = "1"
11+
Markdown = "1"
12+
MarkdownAST = "0.1"
1313
Test = "1"
14+
julia = "1.10"

test/runtests.jl

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
using CTBase
22
using Test
33
using Aqua
4-
# using JET
5-
# using JuliaFormatter
64
using 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
139
macro test_inferred(expr)
@@ -27,11 +23,11 @@ end
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)

test/test_docstrings.jl

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)