Add comprehensive tests and documentation for Apps Script

Testing:
- Created unit tests with mocked API responses (test_apps_script_tools.py)
- 20+ test cases covering all 11 tools
- Tests for success cases, edge cases, and error handling
- Created manual test script for real API testing (manual_test.py)

Documentation:
- Created gappsscript module README with usage examples
- Updated main README.md with Apps Script section
- Added Apps Script to features list
- Added Apps Script API to enable links
- Added complete tool reference table
- No em dashes or emojis per requirements

All documentation follows existing codebase style and patterns.
This commit is contained in:
sam-ent
2026-01-13 19:29:44 +00:00
parent f5702b32b8
commit fb951d6314
6 changed files with 1244 additions and 0 deletions

0
tests/__init__.py Normal file
View File