FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-sdk/scripts/test at shttp-native-dispatch · modelcontextprotocol/python-sdk · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
modelcontextprotocol
/
python-sdk
Public
Notifications
You must be signed in to change notification settings
Fork
3.8k
Star
24.1k
Code
Issues
206
Pull requests
192
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-sdk
/
scripts
/
test
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
11 lines (9 loc) · 360 Bytes
Breadcrumbs
python-sdk
/
scripts
/
test
Copy path
File metadata and controls
executable file
·
11 lines (9 loc) · 360 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
#!
/bin/sh
set
-ex
uv run --frozen coverage erase
uv run --frozen coverage run -m pytest -n auto
$@
uv run --frozen coverage combine
uv run --frozen coverage report
#
strict-no-cover spawns `uv run coverage json` internally without --frozen;
#
UV_FROZEN=1 propagates to that subprocess so it doesn't touch uv.lock.
UV_FROZEN=1 uv run --frozen strict-no-cover
Back
|
FazBrowse Home
|
New Git URL