diff --git a/Makefile b/Makefile index a4494ee3..b2e27f32 100644 --- a/Makefile +++ b/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