Add tests.

This commit is contained in:
Alexandre Vicenzi 2016-01-15 01:10:17 -02:00
parent 7b58d0e748
commit c8a5b55c10
5 changed files with 93 additions and 0 deletions

3
.gitignore vendored
View file

@ -42,6 +42,7 @@ htmlcov/
nosetests.xml
coverage.xml
*,cover
tests/output
# Translations
*.mo
@ -56,5 +57,7 @@ docs/_build/
# PyBuilder
target/
venv
# NPM
node_modules