arcade-mcp/arcade/tests/core
Eric Gustin ab889f9f1d
Lint all toolkits (#183)
# PR Description
* Adds/updates the following files to all toolkits:
    - `.pre-commit-config.yaml`
    - `.ruff.toml`
    - `LICENSE`
    - `Makefile`
    - `pyproject.toml`
* Lint all toolkits such that they pass `make check` and `make test` (a
total doozy). This includes adding some unit tests and evals.
* Github workflow for testing toolkits before merge into main (courtesy
of @sdreyer)
* Added a QOL improvement for tool developers for when they need to get
the context's auth token.
* Minor updates to `arcade new` template.
2024-12-20 09:49:45 -08:00
..
utils Fix CI: config errors, Python 3.11 union type errors (#45) 2024-09-19 12:07:28 -07:00
test_catalog.py Add `GET /v1/tools/list` (#100) 2024-10-09 21:02:23 -07:00
test_executor.py Remove arcade.core from all examples (#121) 2024-10-24 17:08:04 -07:00
test_output.py Fix Github.CountStargazers and add tests (#92) 2024-10-04 16:09:08 -07:00
test_parse.py Pass ToolContext and CLI cleanup (#13) 2024-08-13 15:40:08 -07:00
test_schema.py Lint all toolkits (#183) 2024-12-20 09:49:45 -08:00
test_telemetry.py Merge of arcade up and dev (#77) 2024-10-01 12:44:27 -07:00