We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ace76 commit 6218635Copy full SHA for 6218635
test/unittest.jl
@@ -4,14 +4,14 @@ VERSION >= v"1.9" && @safetestset "Test Aqua.jl" begin
4
include("test_aqua.jl")
5
end
6
7
-@safetestset "Test Optim.jl" begin
8
- include("test_optim.jl")
9
-end
10
-
11
@safetestset "Initial error handling test" begin
12
include("test_initial_errors.jl")
13
14
+@safetestset "Test Optim.jl" begin
+ include("test_optim.jl")
+end
+
15
@safetestset "Test tree construction and scoring" begin
16
include("test_tree_construction.jl")
17
0 commit comments