#!/usr/bin/env python3 """ ⚠️ DEPRECATED SCRIPT ⚠️ This script has been consolidated into the new unified test suite. Please use the new testing structure instead: For theme testing: .venv/bin/python scripts/quick_test.py theme For integration testing: .venv/bin/python scripts/quick_test.py integration For all tests: .venv/bin/python scripts/run_tests.py See TESTING_MIGRATION.md for full details. """ import sys print("⚠️ This script is deprecated. Please use the new test structure.") print("See TESTING_MIGRATION.md for migration instructions.") sys.exit(1) # Original script content below (preserved for reference): # """ + content[content.find('"""'):] if '"""' in content else content + """