Files
luk/test_refactored.sh
2025-05-12 17:19:34 -06:00

9 lines
280 B
Bash
Executable File

#!/bin/bash
# Test script for the refactored code
echo "Testing the refactored code with a dry run (no attachment download)..."
python fetch_outlook.py --dry-run
echo -e "\nTesting with attachment downloading enabled..."
python fetch_outlook.py --dry-run --download-attachments