mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
chore(frontend/python): allow filtering tests using markers in make pytest target
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user