feat(vwb): add dashboard competence testing and health tools

This commit is contained in:
Dom
2026-06-02 16:27:19 +02:00
parent d38f0b0f2f
commit 18ed6cb751
23 changed files with 2769 additions and 27 deletions

View File

@@ -7,7 +7,7 @@
testpaths = tests
# Options par défaut
addopts = -q --tb=short --strict-markers
addopts = -q --tb=short --strict-markers -m "not performance"
# Markers personnalisés
markers =
@@ -16,6 +16,7 @@ markers =
performance: Performance tests (benchmarks)
slow: Slow tests (skip avec -m "not slow")
smoke: Smoke tests E2E (barrière anti-régression)
security: Security tests (auth, isolation, abuse cases)
fiche1: Tests Fiche #1 (aliases compatibilité)
fiche2: Tests Fiche #2 (corrections BBOX)
fiche3: Tests Fiche #3 (context hints composite)
@@ -34,4 +35,4 @@ markers =
# Filtres de warnings
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning
ignore::PendingDeprecationWarning