Skip to content

Commit 8981b23

Browse files
Remove test helper
1 parent 5351c6a commit 8981b23

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

test/runtests.jl

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,14 @@ else
77
end
88

99
@safetestset "SparseContainers" begin include("sparse_containers.jl") end
10-
include("testhelper.jl")
1110
include("problems.jl")
1211
include("utils.jl")
1312

1413
include("integrator.jl")
1514
include("convergence.jl")
1615
include("callbacks.jl")
1716
include("test_convergence_checker.jl")
18-
include("test_newtons_method.jl")
19-
@safetestset "Single column ARS" begin include("single_column_ARS_test.jl") end
2017
include("compare_generated.jl") # TODO: Remove this.
18+
@safetestset "Newtons method" begin include("test_newtons_method.jl") end
19+
@safetestset "Single column ARS" begin include("single_column_ARS_test.jl") end
2120
@safetestset "Aqua" begin include("aqua.jl") end
22-
23-
#=
24-
@testset "ODE Tests: Basic" begin
25-
runmpi(joinpath(@__DIR__, "basic.jl"))
26-
end
27-
=#
28-
# FIXME: Should consolodate all convergence tests into single
29-
# testset --- this test is slightly redundant
30-
# @testset "ODE Tests: Convergence" begin
31-
# runmpi(joinpath(@__DIR__, "ode_tests_convergence.jl"))
32-
# end

test/testhelper.jl

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

0 commit comments

Comments
 (0)