File: upstream

package info (click to toggle)
python-cron-descriptor 1.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 520 kB
  • sloc: python: 1,222; sh: 14; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 279 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

cp -r tests ${AUTOPKGTEST_TMP}
mkdir ${AUTOPKGTEST_TMP}/cron_descriptor
ln -s /usr/lib/python3/dist-packages/cron_descriptor/locale ${AUTOPKGTEST_TMP}/cron_descriptor/locale
cd ${AUTOPKGTEST_TMP}
for p in $(py3versions -s); do
    $p -m pytest tests/*.py
done