""" ๐Ÿงช ESG App - Batch Processing Test """ import sys sys.path.insert(0, '/home/bechirdardouri/Downloads/esg_app') import pandas as pd from app import analyze_batch from unittest.mock import MagicMock class MockFile: def __init__(self, path): self.name = path print("="*60) print("๐Ÿงช BATCH PROCESSING TEST") print("="*60) # Test with CSV file file = MockFile('/home/bechirdardouri/Downloads/esg_app/test_data.csv') stats, table, fig1, fig2 = analyze_batch(file) print("\n๐Ÿ“Š Stats HTML generated:", "โœ…" if stats and '