Skip to content

Commit 50a1861

Browse files
committed
created tests for report creation
1 parent 7272ef8 commit 50a1861

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,17 +257,17 @@ def test_simplified_report_with_custom_dates():
257257
# 2. Test strategia singola (crea UN solo Google Sheet per test)
258258
print("\n🎯 FASE 2: TEST SINGOLA STRATEGIA")
259259
# Decommentare per testare creazione di UN singolo Google Sheet
260-
# test_simplified_report_single_strategy()
260+
test_simplified_report_single_strategy()
261261

262262
# 3. Test report completo per una data (crea Google Sheets reali!)
263263
print("\n📊 FASE 3: TEST REPORT COMPLETO")
264264
# Decommentare per creare tutti i Google Sheets
265-
# test_simplified_weekly_report()
265+
test_simplified_weekly_report()
266266

267267
# 4. Test con date multiple (crea MOLTI Google Sheets!)
268268
print("\n📅 FASE 4: TEST DATE MULTIPLE")
269269
# Decommentare per test con date diverse (ATTENZIONE: crea molti files!)
270-
# test_simplified_report_with_custom_dates()
270+
test_simplified_report_with_custom_dates()
271271

272272
print(f"\n🎉 TESTS COMPLETED!")
273273
print(f"\n💡 SUGGERIMENTI:")

0 commit comments

Comments
 (0)