File: upstream-spatialite

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

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