Skip to content

Commit

Permalink
Add make cmd for pytest with pdb support
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeacom committed Apr 16, 2018
1 parent 27a416b commit 6a7851e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ logs: ## Print and actively tail the docker compose logs.
pytest: ## Run pytest (Backend)
@docker-compose exec web pytest -p no:ethereum

pytest-pdb: ## Run pytest with pdb support (Backend)
@docker-compose exec web pytest -p no:ethereum --pdb --pdbcls=IPython.terminal.debugger:Pdb

stylelint: ## Run stylelint against the project directory. Requires node, npm, and project dependencies.
@npm run stylelint

Expand Down

0 comments on commit 6a7851e

Please sign in to comment.