We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fde755 commit 390bf15Copy full SHA for 390bf15
1 file changed
test/runtests.jl
@@ -45,9 +45,11 @@ sort!(packages_juliaastro)
45
46
@testset "Package loading" begin
47
for package in packages_juliaastro
48
- @test eval(quote
49
- @time_imports using $(Symbol(chopsuffix(package.name, ".jl")))
50
- end) == nothing
+ @testset "$(package.name)" begin
+ @test eval(quote
+ @time_imports using $(Symbol(chopsuffix(package.name, ".jl")))
51
+ end) == nothing
52
+ end
53
end
54
55
0 commit comments