Skip to content

Commit 390bf15

Browse files
committed
add more test info
1 parent 8fde755 commit 390bf15

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

test/runtests.jl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ sort!(packages_juliaastro)
4545

4646
@testset "Package loading" begin
4747
for package in packages_juliaastro
48-
@test eval(quote
49-
@time_imports using $(Symbol(chopsuffix(package.name, ".jl")))
50-
end) == nothing
48+
@testset "$(package.name)" begin
49+
@test eval(quote
50+
@time_imports using $(Symbol(chopsuffix(package.name, ".jl")))
51+
end) == nothing
52+
end
5153
end
5254
end
5355
end

0 commit comments

Comments
 (0)