Spaces:
Running
Running
Claude commited on
test(rename): dé-sprintage tests/app (10 fichiers, git mv)
Browse files- docs/migration/option_b_test_inventory.md +3 -3
- tests/app/schemas/{test_sprint_a14_s39_run_spec_extended.py → test_run_spec_extended.py} +0 -0
- tests/app/services/{test_sprint_a14_s41_artifacts_index.py → test_artifacts_index.py} +0 -0
- tests/app/services/{test_s4_corpus_service.py → test_corpus_service.py} +0 -0
- tests/app/services/{test_sprint_a14_s53_inputs_from_propagation.py → test_inputs_from_propagation.py} +0 -0
- tests/app/services/{test_s4_job_runner.py → test_job_runner.py} +0 -0
- tests/app/services/{test_s8_partial_store_branches.py → test_partial_store_branches.py} +0 -0
- tests/app/{test_sprint_h2b_canonical_in_runner.py → test_canonical_in_runner.py} +0 -0
- tests/app/{test_sprint_d2cdef_features.py → test_features.py} +0 -0
- tests/app/{test_sprint_d2b_partial_dir_resume.py → test_partial_dir_resume.py} +0 -0
- tests/app/{test_s9_resolver_collision.py → test_resolver_collision.py} +0 -0
docs/migration/option_b_test_inventory.md
CHANGED
|
@@ -22,11 +22,11 @@ d'instances d'adapter en mémoire.
|
|
| 22 |
|
| 23 |
| # | Fichier | Taille | Occurrences | Priorité B4 | Notes |
|
| 24 |
|---|---|---|---|---|---|
|
| 25 |
-
| A1 | `tests/app/
|
| 26 |
-
| A2 | `tests/app/
|
| 27 |
| A3 | `tests/web/test_sprint6_web_interface.py` | 1392 LOC | 10 | **Haute** | Test d'intégration web. Confirmera que la migration `run_benchmark_thread_v2` ne casse rien côté UI. |
|
| 28 |
| A4 | `tests/app/test_character_analysis_in_runner.py` | 246 LOC | 12 | Moyenne | Teste l'analyse caractère par engine. Conversion mécanique. |
|
| 29 |
-
| A5 | `tests/app/
|
| 30 |
| A6 | `tests/evaluation/test_public_api.py` | — | 7 | Moyenne | API publique. Inclura un test de présence pour `RunOrchestrator`. |
|
| 31 |
| A7 | `tests/evaluation/metrics/test_nouvelles_fonctionnalites.py` | 288 LOC | 4 | Basse | Conversion mécanique. |
|
| 32 |
| A8 | `tests/evaluation/metrics/test_normalization_propagation.py` | — | 2 | Basse | Vérifie `normalization_profile` — valide la Phase B2.5 (propagation via `EvaluationView`). |
|
|
|
|
| 22 |
|
| 23 |
| # | Fichier | Taille | Occurrences | Priorité B4 | Notes |
|
| 24 |
|---|---|---|---|---|---|
|
| 25 |
+
| A1 | `tests/app/test_partial_dir_resume.py` | 506 LOC | 12 | **Haute** | Teste le resume `partial_dir`. Doit valider le port vers `_orchestrator_partial.py` (Phase B2.3). Cœur de la non-régression. |
|
| 26 |
+
| A2 | `tests/app/test_features.py` | 473 LOC | 14 | **Haute** | Teste les 7 paramètres étendus (`profile`, `entity_extractor`, `cancel_event`, etc.). Doit valider chaque feature portée en Phase B2. |
|
| 27 |
| A3 | `tests/web/test_sprint6_web_interface.py` | 1392 LOC | 10 | **Haute** | Test d'intégration web. Confirmera que la migration `run_benchmark_thread_v2` ne casse rien côté UI. |
|
| 28 |
| A4 | `tests/app/test_character_analysis_in_runner.py` | 246 LOC | 12 | Moyenne | Teste l'analyse caractère par engine. Conversion mécanique. |
|
| 29 |
+
| A5 | `tests/app/test_canonical_in_runner.py` | 191 LOC | 9 | Moyenne | Teste l'extraction du `CANONICAL_DOCUMENT`. À adapter au nouveau ViewExecutor. |
|
| 30 |
| A6 | `tests/evaluation/test_public_api.py` | — | 7 | Moyenne | API publique. Inclura un test de présence pour `RunOrchestrator`. |
|
| 31 |
| A7 | `tests/evaluation/metrics/test_nouvelles_fonctionnalites.py` | 288 LOC | 4 | Basse | Conversion mécanique. |
|
| 32 |
| A8 | `tests/evaluation/metrics/test_normalization_propagation.py` | — | 2 | Basse | Vérifie `normalization_profile` — valide la Phase B2.5 (propagation via `EvaluationView`). |
|
tests/app/schemas/{test_sprint_a14_s39_run_spec_extended.py → test_run_spec_extended.py}
RENAMED
|
File without changes
|
tests/app/services/{test_sprint_a14_s41_artifacts_index.py → test_artifacts_index.py}
RENAMED
|
File without changes
|
tests/app/services/{test_s4_corpus_service.py → test_corpus_service.py}
RENAMED
|
File without changes
|
tests/app/services/{test_sprint_a14_s53_inputs_from_propagation.py → test_inputs_from_propagation.py}
RENAMED
|
File without changes
|
tests/app/services/{test_s4_job_runner.py → test_job_runner.py}
RENAMED
|
File without changes
|
tests/app/services/{test_s8_partial_store_branches.py → test_partial_store_branches.py}
RENAMED
|
File without changes
|
tests/app/{test_sprint_h2b_canonical_in_runner.py → test_canonical_in_runner.py}
RENAMED
|
File without changes
|
tests/app/{test_sprint_d2cdef_features.py → test_features.py}
RENAMED
|
File without changes
|
tests/app/{test_sprint_d2b_partial_dir_resume.py → test_partial_dir_resume.py}
RENAMED
|
File without changes
|
tests/app/{test_s9_resolver_collision.py → test_resolver_collision.py}
RENAMED
|
File without changes
|