Skip to content

Commit a6357dd

Browse files
committed
Move all the trimming tests into their own file
1 parent e728e55 commit a6357dd

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

test/runtests.jl

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,5 @@ if GROUP != "trim"
4141
)
4242
elseif GROUP == "trim" && VERSION >= v"1.12.0-rc1" # trimming has been introduced in julia 1.12
4343
activate_trim_env!()
44-
@safetestset "Clean implementation (non-trimmable)" begin
45-
using SciMLBase: successful_retcode
46-
include("trim/clean_optimization.jl")
47-
@test successful_retcode(minimize(1.0).retcode)
48-
end
49-
@safetestset "Trimmable implementation" begin
50-
using SciMLBase: successful_retcode
51-
include("trim/trimmable_optimization.jl")
52-
@test successful_retcode(minimize(1.0).retcode)
53-
end
44+
include("trim/runtests.jl")
5445
end

0 commit comments

Comments
 (0)