diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2014-05-15 09:21:29 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-05-15 09:21:29 -0400 |
| commit | 7efac0451c9a8e2068302e2fd47913d57e00be5f (patch) | |
| tree | 20bc4842cf30069e736837e6bf8f95ccad952189 /igor.py | |
| parent | 2616772b7b33e76487ab9f16bcabb7c5aeb5feaf (diff) | |
| download | python-coveragepy-7efac0451c9a8e2068302e2fd47913d57e00be5f.tar.gz | |
Run tests with warnings on, and fix some warnings
Diffstat (limited to 'igor.py')
| -rw-r--r-- | igor.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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". |
