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,6 +1,6 @@
|
||||
"""Teste US-003 (PRD 3.5): helper pur payload -> campuri afisabile.
|
||||
"""Teste helper pur payload -> campuri afisabile.
|
||||
|
||||
Helper partajat web + API (DRY, eng review). Defensiv: nu arunca pe payload
|
||||
Helper partajat web + API (DRY). Defensiv: nu arunca pe payload
|
||||
malformat; tolerant la diferentele de chei intre canale (numar vs
|
||||
numarInmatriculare) si la coercion Excel (odometru "123.0", VIN non-string).
|
||||
"""
|
||||
@@ -82,7 +82,7 @@ def test_operatie_fallback_la_cod():
|
||||
assert d["operatie"] == "OP-77"
|
||||
|
||||
|
||||
# --- US-005: cod_rar distinct ---
|
||||
# --- cod_rar distinct ---
|
||||
|
||||
def test_cod_rar_prezent_cand_mapat():
|
||||
"""cod_prestatie prezent -> cod_rar e uppercase + strip '.0'."""
|
||||
@@ -148,7 +148,7 @@ def test_operatie_ramane_denumire_sau_op():
|
||||
assert d3["cod"] == "oe-2" # cod ramas neschimbat (nu uppercase)
|
||||
|
||||
|
||||
# --- US-002: op_service_cod + op_service_denumire distincte ---
|
||||
# --- op_service_cod + op_service_denumire distincte ---
|
||||
|
||||
def test_operatie_service_din_cod_op_service():
|
||||
"""cod_op_service prezent -> op_service_cod contine valoarea; string gol cand lipseste."""
|
||||
|
||||
Reference in New Issue
Block a user