- 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>
8 lines
227 B
Python
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.)
|
|
"""
|