Omit tests from coverage report

This commit is contained in:
James McBride
2017-08-10 07:41:59 -07:00
parent 55d2d47d53
commit bf8f8ea64e
+4
View File
@@ -5,3 +5,7 @@ exclude_lines =
raise AssertionError
raise NotImplementedError
if __name__ == .__main__.:
omit =
geopandas/tests/*
geopandas/io/tests/*
geopandas/tools/tests/*