From ef3496d4002190535da0dd546bc1d8926305c90f Mon Sep 17 00:00:00 2001 From: negasora Date: Thu, 7 Jun 2018 15:32:19 -0400 Subject: Initial python API tests (#1054) * Initial python API tests * Updated string to be python3 compatible * update event tests and file paths --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d18d2ba8..fc71333a 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ CTestTestfile.cmake *.pyc api-docs/source/python.rst api-docs/source/index.rst +.coverage -- cgit v1.3.1