kiwi/tests/api
pyr0ball c18bfec8f5
Some checks are pending
CI / Backend (Python) (push) Waiting to run
CI / Frontend (Vue) (push) Waiting to run
Mirror / mirror (push) Waiting to run
fix(lint): add ruff config, fix all lint errors for GitHub CI
- pyproject.toml: add [tool.ruff] config suppressing E402/W293 globally,
  F841/E741/E702 in tests, E741 in scripts
- inventory.py: split semicolon import (E702)
- recipes.py: fix logger -> log (F821 undefined name)
- shopping.py: rename l -> lnk in list comprehension (E741)
- format_conversion.py: noqa F841 on CUDA flag (used as future hook)
- backfill_keywords.py: rename done -> _done (F841)
- ingest_purplecarrot.py: drop == True comparison (E712)
- Auto-fix: I001 import sorting, F401 unused imports across all files
2026-07-06 02:49:02 -07:00
..
__init__.py feat: recipe + staple API endpoints with tier gating 2026-03-31 12:49:38 -07:00
test_browse_time_effort.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
test_community_endpoints.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
test_feedback.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
test_label_capture.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
test_meal_plans.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
test_orch_budget_in_recipes.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
test_orch_usage.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
test_recipe_build_endpoints.py fix(tests): correct build endpoint test fixture 2026-04-14 14:57:16 -07:00
test_recipe_scan.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
test_recipes.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00
test_settings.py feat: time-first recipe entry (kiwi#52) 2026-04-24 10:15:58 -07:00
test_stream_token.py fix(lint): add ruff config, fix all lint errors for GitHub CI 2026-07-06 02:49:02 -07:00