File: test-pytest.sh

package info (click to toggle)
python-ansible-pygments 0.1.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: python: 487; sh: 23; makefile: 3
file content (3 lines) | stat: -rwxr-xr-x 110 bytes parent folder | download | duplicates (2)
1
2
3
#!/bin/sh
set -e
poetry run python -m pytest --cov-branch --cov=src/ --cov-report term-missing -vv tests "$@"