take out arg for old plugin from makefile

This commit is contained in:
Jonathan Wren 2021-08-16 20:05:15 -07:00
parent 5ec7dec9f0
commit 3a3abcc939

View file

@ -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