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.
2 parents 6459825 + 827fc54 commit 128476eCopy full SHA for 128476e
test/runtests.jl
@@ -45,10 +45,7 @@ CTParser.prefix!(:CTModels); # code generated by @def is prefixed by CTModels (n
45
include("solution_example_path_constraints.jl")
46
47
@testset verbose = true showtiming = true "CTModels tests" begin
48
- for name in (
49
- :plot,
50
- :export_import,
51
- )
+ for name in (:plot, :export_import)
52
@testset "$(name)" begin
53
test_name = Symbol(:test_, name)
54
println("testing: ", string(name))
0 commit comments