From bedc30d41ff9c3dd8fb59cb6d5c8c16170d69cda Mon Sep 17 00:00:00 2001 From: Christopher Baklid Date: Tue, 20 Feb 2018 21:39:37 +0100 Subject: adds initial unit testing (#22) * Adds Unit Testing * Adds coveralls coverage badge --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 162115dc..54eef446 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,7 @@ nosetests.xml coverage.xml *.cover .hypothesis/ +.pytest_cache/ # Translations *.mo -- cgit v1.2.3