File: control

package info (click to toggle)
django-ranged-response 0.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 136 kB
  • sloc: python: 150; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 258 bytes parent folder | download
1
2
3
4
5
Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import ranged_response; print(ranged_response)" ; done
Depends: python3-all, @

Test-Command: py.test-3
Depends: python3-pytest, @