mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-19 20:14:17 +02:00
Add UV Transport (#1270)
Co-authored-by: Jeremiah Lowin <153965+jlowin@users.noreply.github.com>
This commit is contained in:
parent
a63d44576b
commit
3be8f5ea93
8 changed files with 252 additions and 91 deletions
7
.github/workflows/run-tests.yml
vendored
7
.github/workflows/run-tests.yml
vendored
|
|
@ -46,8 +46,11 @@ jobs:
|
|||
- name: Install FastMCP
|
||||
run: uv sync --locked
|
||||
|
||||
- name: Run tests (excluding integration)
|
||||
run: uv run pytest tests -m "not integration"
|
||||
- name: Run tests (excluding integration and client_process)
|
||||
run: uv run pytest tests -m "not integration and not client_process"
|
||||
|
||||
- name: Run client process tests separately
|
||||
run: uv run pytest tests -m "client_process" -x
|
||||
|
||||
run_integration_tests:
|
||||
name: "Run integration tests"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue