Skip to content

Commit

Permalink
Turn on warnings for webservice tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed May 2, 2020
1 parent 80739b3 commit 5a5b791
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/saliweb/test/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
import re
from optparse import OptionParser
import glob
import warnings

warnings.simplefilter("default")

# Only use coverage if it's new enough
try:
Expand Down

0 comments on commit 5a5b791

Please sign in to comment.