We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a416b commit 6a7851eCopy full SHA for 6a7851e
Makefile
@@ -33,6 +33,9 @@ logs: ## Print and actively tail the docker compose logs.
33
pytest: ## Run pytest (Backend)
34
@docker-compose exec web pytest -p no:ethereum
35
36
+pytest-pdb: ## Run pytest with pdb support (Backend)
37
+ @docker-compose exec web pytest -p no:ethereum --pdb --pdbcls=IPython.terminal.debugger:Pdb
38
+
39
stylelint: ## Run stylelint against the project directory. Requires node, npm, and project dependencies.
40
@npm run stylelint
41
0 commit comments