File: runtests.sh

package info (click to toggle)
python-django-rules 3.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: python: 1,613; makefile: 5; sh: 3
file content (6 lines) | stat: -rwxr-xr-x 160 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/sh

# NOTE: Make sure you `pip install -e .` first
coverage run tests/manage.py test --failfast -v2 testsuite "$@" \
  && echo \
  && coverage report -m