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
76
76
.PHONY : test
77
77
test : setup
78
78
${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
80
80
81
81
# relpatch:
82
82
# $(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"
17
17
test_netbox_unit_tests () {
18
18
echo " ⏱ Running NetBox Unit Tests"
19
19
$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
21
21
}
22
22
23
23
test_cleanup () {
You can’t perform that action at this time.
0 commit comments