Skip to content

Commit 9a8c770

Browse files
mikipaletclaude
andcommitted
fix: remove auto-generated endpoint tests
Python SDK uses idiomatic method names (list, get, create) in manually written resources, not full OpenAPI operation IDs (listAccounts, etc.). Auto-generated tests don't match the actual SDK API surface. Manual tests in test_client.py provide adequate coverage. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 53e4f3f commit 9a8c770

3 files changed

Lines changed: 0 additions & 719 deletions

File tree

.github/workflows/generate.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,20 +64,12 @@ jobs:
6464
uv run python scripts/generate_readme_reference.py
6565
echo "README SDK Reference generation complete."
6666
67-
- name: Generate endpoint tests
68-
run: |
69-
echo "Starting endpoint tests generation..."
70-
uv run --with pyyaml python scripts/generate_endpoint_tests.py
71-
echo "Endpoint tests generation complete."
72-
7367
- name: Run linter (fix formatting)
7468
run: |
7569
uv run ruff check --fix src/late/resources/_generated/ || true
7670
uv run ruff format src/late/resources/_generated/ || true
7771
uv run ruff check --fix src/late/mcp/generated_tools.py || true
7872
uv run ruff format src/late/mcp/generated_tools.py || true
79-
uv run ruff check --fix tests/test_endpoints_generated.py || true
80-
uv run ruff format tests/test_endpoints_generated.py || true
8173
8274
- name: Run tests
8375
run: uv run pytest tests -v --tb=short || echo "Tests failed but continuing..."

scripts/generate_endpoint_tests.py

Lines changed: 0 additions & 213 deletions
This file was deleted.

0 commit comments

Comments
 (0)