File: upstream-postgis

package info (click to toggle)
djangorestframework-gis 1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 488 kB
  • sloc: python: 4,093; sh: 14; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 219 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/bash
set -e

cp -r tests debian/tests/settings_*.py ${AUTOPKGTEST_TMP}/
cd ${AUTOPKGTEST_TMP}
for py in $(py3versions -s 2> /dev/null)
do
  runuser -u postgres -- ${py} -m pytest --ds=settings_postgis tests
done