mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-05 07:56:14 +02:00
add dev dependencies on pytest -mock and -cov
This commit is contained in:
parent
43b8407ad5
commit
263c79cea6
2 changed files with 192 additions and 64 deletions
|
@ -37,6 +37,7 @@ pyyaml = ">=5.1"
|
|||
# dayone-only deps
|
||||
pytz = ">=2020" # https://pythonhosted.org/pytz/#issues-limitations
|
||||
tzlocal = ">2.0, <3.0" # https://github.com/regebro/tzlocal/blob/master/CHANGES.txt
|
||||
mock = "^4.0.3"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
behave = "^1.2"
|
||||
|
@ -45,8 +46,9 @@ black = {version = "^20.8b1",allow-prereleases = true}
|
|||
toml = ">=0.10"
|
||||
pyflakes = ">=2.2.0"
|
||||
pytest = ">=6.2"
|
||||
pytest-mock = "^3.5.1"
|
||||
pytest-cov = "^2.11.1"
|
||||
yq = ">=2.11"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
jrnl = 'jrnl.cli:cli'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue