arcade-mcp/toolkits/google/tests
Eric Gustin 6af49ef068
Common changes in all toolkits (#345)
Addresses general improvements to all toolkits including changing ruff
from python 3.9 to python 3.10 which is the reason for the removal of
Optional[] among others.

Also, turns out that our `make install` for toolkits wasn't correctly
checking for whether poetry was installed (&> /dev/null syntax isn't
supported by our check-toolkits GitHub action, so we were installing
poetry twice. I replaced with the more portable >/dev/null 2>&1)

Question: Should we also change ruff to py310 for the `arcade/` package
in a later PR?

-------------------

CU-86b4gzyp6
2025-04-04 09:32:37 -07:00
..
__init__.py Add New Gmail Tools To The Google Toolkit (#41) 2024-09-19 10:18:49 -07:00
test_calendar.py Google Calendar tool to find time slots when one or more people (within the same org domain) are simultaneously free (#279) 2025-04-01 14:53:27 -03:00
test_contacts.py Make search_contacts interface more LLM-friendly (#272) 2025-02-28 16:47:03 -03:00
test_doc_to_markdown.py Search Google Drive documents and retrieve contents (#265) 2025-03-07 18:42:12 -03:00
test_docs.py Search Google Drive documents and retrieve contents (#265) 2025-03-07 18:42:12 -03:00
test_drive.py Search Google Drive documents and retrieve contents (#265) 2025-03-07 18:42:12 -03:00
test_gmail.py Search Google Drive documents and retrieve contents (#265) 2025-03-07 18:42:12 -03:00
test_sheets_models.py Google Sheets Tools (#321) 2025-03-24 09:52:51 -07:00
test_sheets_utils.py Common changes in all toolkits (#345) 2025-04-04 09:32:37 -07:00