mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
take out arg for old plugin from makefile (#1322)
This commit is contained in:
parent
5ec7dec9f0
commit
3b93e92960
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -25,10 +25,10 @@ unit: # unit tests
|
|||
poetry run pytest tests/unit
|
||||
|
||||
bdd: # bdd tests
|
||||
poetry run pytest tests/bdd --gherkin-terminal-reporter --tb=native --diff-type=unified
|
||||
poetry run pytest tests/bdd --gherkin-terminal-reporter --tb=native
|
||||
|
||||
bdd-debug: # bdd tests
|
||||
poetry run pytest tests/bdd --gherkin-terminal-reporter --tb=native --diff-type=unified -x -vv
|
||||
poetry run pytest tests/bdd --gherkin-terminal-reporter --tb=native -x -vv
|
||||
|
||||
test: lint unit bdd ## Run unit tests and behave tests
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue