We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c437ac commit 13a8af7Copy full SHA for 13a8af7
test/runtests.jl
@@ -40,7 +40,11 @@ const sectorlist = (
40
include("testsuite.jl")
41
using .SectorTestSuite
42
43
-foreach(SectorTestSuite.test_sector, sectorlist)
+@testset "Sector test suite" verbose = true begin
44
+ for sectortype in sectorlist
45
+ @time SectorTestSuite.test_sector(sectortype)
46
+ end
47
+end
48
49
@testset "Deligne product" begin
50
sectorlist′ = (Trivial, sectorlist...)
0 commit comments