Sign in
fuchsia
/
third_party
/
github.com
/
PyCQA
/
isort
/
3ca9255bbf2a3245ebf9222781663be4eaeab974
/
.
/
scripts
/
test.sh
blob: 8193b489b20e38d1afa641d6b41ffc6834553913 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
set
-
euxo pipefail
uv run coverage run
--
parallel
-
m pytest tests
/
unit
/
-
s
uv run coverage combine
uv run coverage report
uv run coverage xml