From: noah morrison Date: Thu, 30 Apr 2015 02:31:29 +0000 (-0400) Subject: Ignore import json path for coverage X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=720d9847a056e4d3e5473b94cd00bb4c4c3663fb;p=chevron.git Ignore import json path for coverage --- diff --git a/.coveragerc b/.coveragerc index eb4cf28..e8db2a5 100644 --- a/.coveragerc +++ b/.coveragerc @@ -4,3 +4,4 @@ exclude_lines = def cli_main \# python 2 + \# not tested diff --git a/chevron/main.py b/chevron/main.py index 5f11f50..8da3fd7 100755 --- a/chevron/main.py +++ b/chevron/main.py @@ -2,7 +2,7 @@ try: import yaml as json -except ImportError: +except ImportError: # not tested import json #