Add unit testing via pytest (#987)

* Add pytest to project

Includes a couple sample tests, a note in CONTRIBUTING, and inclusion in the makefile

* Include pytest in Travis build
This commit is contained in:
Micah Jerome Ellison 2020-06-20 14:30:15 -07:00 committed by GitHub
parent e4f1453cc9
commit 8d702fee9d
6 changed files with 153 additions and 3 deletions

View file

@ -36,6 +36,7 @@ mkdocs = "^1.0"
black = {version = "^19.10b0",allow-prereleases = true}
toml = "^0.10.0"
pyflakes = "^2.2.0"
pytest = "^5.4.3"
[tool.poetry.scripts]
jrnl = 'jrnl.cli:run'