Skip to content

Commit ef11351

Browse files
authored
Merge pull request #25 from kersulis/suppress-test-warnings
Suppress warnings during testing
2 parents ab3dd02 + f8fa5af commit ef11351

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/REQUIRE

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ GLPKMathProgInterface
66
Pajarito
77

88
BaseTestNext
9+
Logging

test/runtests.jl

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
using PowerModels
2+
using Logging
3+
# suppress warnings during testing
4+
Logging.configure(level=ERROR)
25

36
using Ipopt
47
using Pajarito

0 commit comments

Comments
 (0)