chore(frontend/python): allow filtering tests using markers in make pytest target

This commit is contained in:
Umut
2023-03-24 16:45:46 +01:00
parent d9313f350a
commit f0a1122d23

View File

@@ -30,7 +30,8 @@ pytest:
--cov=concrete \
--cov-fail-under=100 \
--cov-report=term-missing:skip-covered \
--key-cache "${KEY_CACHE_DIRECTORY}"
--key-cache "${KEY_CACHE_DIRECTORY}" \
-m "${PYTEST_MARKERS}"
# ==========
# Formatting