We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e535bb commit 12713b4Copy full SHA for 12713b4
1 file changed
test/runtests.jl
@@ -76,7 +76,7 @@ testsuite = Dict{String,Expr}(
76
ParallelTestRunner.runtests(MathOptInterface, ARGS; testsuite, init_code)
77
else
78
import Test
79
- Test.@test "$filename" for (filename, _) in testsuite
+ Test.@testset "$filename" for (filename, _) in testsuite
80
include(filename)
81
end
82
0 commit comments