Skip to content

Commit ac8a1b1

Browse files
RomeoVChrisRackauckas
authored andcommitted
Move all the trimming tests into their own file
1 parent 1cf5069 commit ac8a1b1

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
@@ -82,14 +82,5 @@ if GROUP != "trim"
8282
)
8383
elseif GROUP == "trim" && VERSION >= v"1.12.0-rc1" # trimming has been introduced in julia 1.12
8484
activate_trim_env!()
85-
@safetestset "Clean implementation (non-trimmable)" begin
86-
using SciMLBase: successful_retcode
87-
include("trim/clean_optimization.jl")
88-
@test successful_retcode(minimize(1.0).retcode)
89-
end
90-
@safetestset "Trimmable implementation" begin
91-
using SciMLBase: successful_retcode
92-
include("trim/trimmable_optimization.jl")
93-
@test successful_retcode(minimize(1.0).retcode)
94-
end
85+
include("trim/runtests.jl")
9586
end

0 commit comments

Comments
 (0)