Skip to content

Commit 63a74de

Browse files
committed
Re-enable tests
1 parent be9d306 commit 63a74de

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

test/runtests.jl

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -47,34 +47,34 @@ silence!()
4747

4848
@testset "PowerModelsONM" begin
4949
# initialization
50-
# @info "Running tests in args.jl"
51-
# include("args.jl")
52-
# @info "Running tests in schema.jl"
53-
# include("schema.jl")
50+
@info "Running tests in args.jl"
51+
include("args.jl")
52+
@info "Running tests in schema.jl"
53+
include("schema.jl")
5454

55-
# # inputs
56-
# @info "Running tests in io.jl"
57-
# include("io.jl")
58-
# @info "Running tests in data.jl"
59-
# include("data.jl")
60-
# @info "Running tests in graphml.jl"
61-
# include("graphml.jl")
55+
# inputs
56+
@info "Running tests in io.jl"
57+
include("io.jl")
58+
@info "Running tests in data.jl"
59+
include("data.jl")
60+
@info "Running tests in graphml.jl"
61+
include("graphml.jl")
6262

63-
# # problems
64-
# @info "Running tests in mld.jl"
65-
# include("mld.jl")
63+
# problems
64+
@info "Running tests in mld.jl"
65+
include("mld.jl")
6666
@info "Running tests in robust_eval.jl"
6767
include("robust_eval.jl")
68-
# @info "Running tests in nlp.jl"
69-
# include("nlp.jl")
70-
# @info "Running tests in opf.jl"
71-
# include("opf.jl")
72-
# @info "Running tests in faults.jl"
73-
# include("faults.jl")
74-
# @info "Running tests in stability.jl"
75-
# include("stability.jl")
68+
@info "Running tests in nlp.jl"
69+
include("nlp.jl")
70+
@info "Running tests in opf.jl"
71+
include("opf.jl")
72+
@info "Running tests in faults.jl"
73+
include("faults.jl")
74+
@info "Running tests in stability.jl"
75+
include("stability.jl")
7676

77-
# # full workflow and outputs
78-
# @info "Running tests in stats.jl"
79-
# include("stats.jl")
77+
# full workflow and outputs
78+
@info "Running tests in stats.jl"
79+
include("stats.jl")
8080
end

0 commit comments

Comments
 (0)