Code/tests/__init__.py
Stéphan Peccini 8e2556c2b0
test(unit): +381 tests unitaires — couverture 16%→35%
- 9 nouveaux fichiers de tests (persistance, translations, fiches, indices, IHH)
- Enrichissement des tests existants (graph_utils, gitea, widgets, tickets)
- 67→448 tests, tous passent

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 11:52:21 +01:00

8 lines
227 B
Python

"""Package de tests pour l'application FabNum.
Organisation :
- unit/ : Tests unitaires (fonctions isolées)
- integration/ : Tests d'intégration (modules ensemble)
- fixtures/ : Données de test (graphes, configs, etc.)
"""