Use pytest for running tests

This commit is contained in:
Swen Kooij
2019-10-19 12:48:32 +03:00
parent 7cdd1f4490
commit 2cb80431cc
6 changed files with 31 additions and 5 deletions

3
.gitignore vendored
View File

@@ -1,6 +1,7 @@
# Ignore virtual environments
env/
.env/
venv/
# Ignore Python byte code cache
*.pyc
@@ -9,7 +10,7 @@ __pycache__
# Ignore coverage reports
.coverage
htmlcov
reports/
# Ignore build results
*.egg-info/