Moved test scripts

This commit is contained in:
Jerico Thomas
2025-08-01 12:28:58 -04:00
parent 805524b78c
commit 872992b7d8
9 changed files with 497 additions and 0 deletions

View File

@@ -10,6 +10,21 @@ This directory contains all test scripts for the HereIAm application.
- `test_logging.py` - Tests logging configuration
- `test_restart.py` - Tests application restart functionality
### Mouse Movement & PyAutoGUI Tests
- `test_pyautogui_permissions.py` - Comprehensive PyAutoGUI permissions and functionality test
- `test_mouse_behavior.py` - Tests basic mouse movement monitoring behavior
- `test_original_logic.py` - Tests the original mouse.py script logic
- `test_enhanced_mouse.py` - Tests enhanced mouse movement with additional features
- `test_fixed_mouse_logic.py` - Tests the fixed mouse movement logic
- `test_updated_logic.py` - Tests updated mouse movement detection logic
### UI & Integration Tests
- `test_visual_dialog.py` - Visual test for options dialog
- `test_startup.py` - Tests launch agent functionality
### Debug Tools
- `debug_mouse_detection.py` - Debug tool for mouse movement detection issues
### Shell Scripts
- `test_app.sh` - Tests the built macOS application bundle