diff options
author | 2018-02-20 21:39:37 +0100 | |
---|---|---|
committer | 2018-02-20 21:39:37 +0100 | |
commit | bedc30d41ff9c3dd8fb59cb6d5c8c16170d69cda (patch) | |
tree | 896ab99d3888d66e20521f398e1452bbe1cbb042 /.gitignore | |
parent | Add Vagrantfile (diff) |
adds initial unit testing (#22)
* Adds Unit Testing
* Adds coveralls coverage badge
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ nosetests.xml coverage.xml *.cover .hypothesis/ +.pytest_cache/ # Translations *.mo |