summaryrefslogtreecommitdiff
path: root/igor.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-05-15 09:21:29 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-05-15 09:21:29 -0400
commit7efac0451c9a8e2068302e2fd47913d57e00be5f (patch)
tree20bc4842cf30069e736837e6bf8f95ccad952189 /igor.py
parent2616772b7b33e76487ab9f16bcabb7c5aeb5feaf (diff)
downloadpython-coveragepy-7efac0451c9a8e2068302e2fd47913d57e00be5f.tar.gz
Run tests with warnings on, and fix some warnings
Diffstat (limited to 'igor.py')
-rw-r--r--igor.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/igor.py b/igor.py
index f7879d7..e0071bd 100644
--- a/igor.py
+++ b/igor.py
@@ -12,9 +12,13 @@ import os
import platform
import socket
import sys
+import warnings
import zipfile
+warnings.simplefilter("default")
+
+
# Functions named do_* are executable from the command line: do_blah is run
# by "python igor.py blah".