From 5863952f6476c44279b509573804f12a97a86166 Mon Sep 17 00:00:00 2001 From: David Trattnig <david@subsquare.at> Date: Wed, 30 Nov 2022 09:26:09 +0100 Subject: [PATCH] chore: add test case pattern --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b6c9a0de..d6961904 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ format:: poetry run black . test:: - poetry run python3 -m unittest discover . + poetry run python3 -m unittest discover . --pattern "test_*.py" recreatedb:: sudo -u postgres psql -f contrib/postgresql-drop-all.sql -- GitLab