File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ rebuild: setup makemigrations migrate collectstatic start
7676.PHONY : test
7777test : setup
7878 ${VENV_PY_PATH} ${NETBOX_MANAGE_PATH} /manage.py makemigrations ${PLUGIN_NAME} --check
79- ${VENV_PY_PATH} ${NETBOX_MANAGE_PATH} /manage.py test ${PLUGIN_NAME}
79+ ${VENV_PY_PATH} ${NETBOX_MANAGE_PATH} /manage.py test ${PLUGIN_NAME} -v 2
8080
8181# relpatch:
8282# $(eval GSTATUS := $(shell git status --porcelain))
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ doco="docker compose --file docker-compose.yml"
1717test_netbox_unit_tests () {
1818 echo " ⏱ Running NetBox Unit Tests"
1919 $doco run --rm netbox python manage.py makemigrations netbox_acls --check
20- $doco run --rm netbox python manage.py test netbox_acls
20+ $doco run --rm netbox python manage.py test netbox_acls -v 2
2121}
2222
2323test_cleanup () {
You can’t perform that action at this time.
0 commit comments