refactor: comentarii strict functionale, fara referinte PRD/stories
Curatare globala a comentariilor si docstring-urilor (app, tools, teste, scripturi): eliminate referintele la PRD-uri, US-xxx, task-uri istorice si review-uri; pastrata doar informatia functionala, formulata scurt. Regula adaugata in CLAUDE.md (sectiunea Stil). Fara modificari de cod sau comportament. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""Teste pentru app/import_parse.py (T14 + T3 + T10 + T13).
|
||||
"""Teste pentru app/import_parse.py.
|
||||
|
||||
Fixture-urile xlsx sunt generate in-memory cu openpyxl (nu fisiere binare commituite).
|
||||
Fiecare sectiune acopera un task distinct.
|
||||
Fiecare sectiune acopera un scenariu distinct.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
@@ -77,7 +77,7 @@ _ROW2 = ["WVWZZZ1KZAW000124", "CJ001AB", "2026-05-10", "98765", "Reparatie"]
|
||||
|
||||
|
||||
# =========================================================================== #
|
||||
# T14 — CSV delimiter sniff + encoding + cap #
|
||||
# CSV delimiter sniff + encoding + cap #
|
||||
# =========================================================================== #
|
||||
|
||||
class TestCsvDelimiter:
|
||||
@@ -134,7 +134,7 @@ class TestCsvDelimiter:
|
||||
|
||||
|
||||
# =========================================================================== #
|
||||
# T14 — XLSX read_only dim-check + cap #
|
||||
# XLSX read_only dim-check + cap #
|
||||
# =========================================================================== #
|
||||
|
||||
class TestXlsxDimcheck:
|
||||
@@ -176,7 +176,7 @@ class TestXlsxDimcheck:
|
||||
|
||||
|
||||
# =========================================================================== #
|
||||
# T3 — coercion guard + needs_review + mesaj formule-None #
|
||||
# Coercion guard + needs_review + mesaj formule-None #
|
||||
# =========================================================================== #
|
||||
|
||||
class TestCoercionNeedsReview:
|
||||
@@ -278,7 +278,7 @@ class TestCoercionNeedsReview:
|
||||
|
||||
|
||||
# =========================================================================== #
|
||||
# T10 — dezambiguizare data la nivel de COLOANA (OV-8) #
|
||||
# Dezambiguizare data la nivel de coloana #
|
||||
# =========================================================================== #
|
||||
|
||||
class TestDateColumnDisambiguation:
|
||||
@@ -344,7 +344,7 @@ class TestDateColumnDisambiguation:
|
||||
|
||||
|
||||
# =========================================================================== #
|
||||
# T13 — robustete export RO (multi-sheet + merged header + footer trim) #
|
||||
# Robustete export RO (multi-sheet + merged header + footer trim) #
|
||||
# =========================================================================== #
|
||||
|
||||
class TestRobustetExportRO:
|
||||
|
||||
Reference in New Issue
Block a user