File: upstream

package info (click to toggle)
python-djangosaml2 1.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 700 kB
  • sloc: python: 3,054; xml: 327; makefile: 18; sh: 9
file content (10 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

cp -r tests ${AUTOPKGTEST_TMP}
mv ${AUTOPKGTEST_TMP}/tests/testprofiles ${AUTOPKGTEST_TMP}/testprofiles
cd ${AUTOPKGTEST_TMP}
for p in $(py3versions -s); do
    DJANGO_SETTINGS_MODULE=tests.settings $p -m django test djangosaml2.tests testprofiles
done