From aca684bda9e9c78fbe69ebcc4638ebe7f75e8add Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Sat, 23 May 2026 21:52:50 +0300 Subject: [PATCH] DEBUG: execute 1 single test class --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ce906b8..ba538e3 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ test: KIWI_TENANTS_DOMAIN="example.org" coverage run \ --include "tcms_github_app/*.py" \ --omit "tcms_github_app/tests/*.py" \ - ./manage.py test -v2 tcms_github_app.tests + ./manage.py test -v2 tcms_github_app.tests.test_issues FLAKE8_EXCLUDE=.git .PHONY: flake8