DEBSOURCES
Skip Quicknav
sources / python-multipart / 0.0.20-1 / scripts / test
123456
#!/bin/sh -e set -x # print executed commands to the terminal uv run coverage run -m pytest "${@}" uv run coverage report