Skip to content

Commit 36055a7

Browse files
committed
test: pull all tests in a testset
1 parent 7b52768 commit 36055a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using DiffEqCallbacks
22
using Test
33

44
# write your own tests here
5-
@time begin
5+
@time @testset "DiffEqCallbacks" begin
66
@time @testset "Quality Assurance" begin
77
include("qa.jl")
88
end

0 commit comments

Comments
 (0)