File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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:" )
You can’t perform that action at this time.
0 commit comments