feat(vwb): add dashboard competence testing and health tools
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user