mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 14:06:14 +02:00
Test Version match (#887)
* [Tests] makes sure `--version` works Directly reads the version number from pyproject.toml * Tag the tests To run just this test, use `behave --tags=deployments_tests`
This commit is contained in:
parent
bd6bee47b8
commit
42bebd5632
4 changed files with 20 additions and 1 deletions
|
@ -35,6 +35,7 @@ behave = "^1.2"
|
|||
mkdocs = "^1.0"
|
||||
flake8 = "^3.7"
|
||||
black = {version = "^19.10b0",allow-prereleases = true}
|
||||
toml = "^0.10.0"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
jrnl = 'jrnl.cli:run'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue