File: test

package info (click to toggle)
hishel 1.1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,340 kB
  • sloc: python: 6,600; sh: 24; makefile: 5
file content (6 lines) | stat: -rwxr-xr-x 104 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/env bash

set -e

echo "==> Running tests"
uv run pytest --cov=./ --cov-report=xml tests "$@"