Skip to content

Commit 13a8af7

Browse files
committed
change printing of tests
1 parent 5c437ac commit 13a8af7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/runtests.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ const sectorlist = (
4040
include("testsuite.jl")
4141
using .SectorTestSuite
4242

43-
foreach(SectorTestSuite.test_sector, sectorlist)
43+
@testset "Sector test suite" verbose = true begin
44+
for sectortype in sectorlist
45+
@time SectorTestSuite.test_sector(sectortype)
46+
end
47+
end
4448

4549
@testset "Deligne product" begin
4650
sectorlist′ = (Trivial, sectorlist...)

0 commit comments

Comments
 (0)