]> Devi Nivas Git - chevron.git/commitdiff
Ignore import json path for coverage
authornoah morrison <noah@morrison.ph>
Thu, 30 Apr 2015 02:31:29 +0000 (22:31 -0400)
committernoah morrison <noah@morrison.ph>
Thu, 30 Apr 2015 02:31:29 +0000 (22:31 -0400)
.coveragerc
chevron/main.py

index eb4cf283e5c7b390f0e380be78e1ef73e91ff3e9..e8db2a59bc47b3f65fcec2cece9fa7df537ad29d 100644 (file)
@@ -4,3 +4,4 @@ exclude_lines =
     def cli_main
 
     \# python 2
+    \# not tested
index 5f11f505e4e9e5857972a0970829dd060431793f..8da3fd72421a07bc0632177f260e505160a1d737 100755 (executable)
@@ -2,7 +2,7 @@
 
 try:
     import yaml as json
-except ImportError:
+except ImportError:  # not tested
     import json
 
 #