File: upstream

package info (click to toggle)
python-mock 5.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 620 kB
  • sloc: python: 8,580; makefile: 11; sh: 5
file content (8 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

cd ${AUTOPKGTEST_TMP}
for p in $(py3versions -s); do
    $p -m pytest $(python3 -c "import pkg_resources; print(pkg_resources.get_distribution('mock').location)")/mock/tests/test*.py -o cache_dir=${AUTOPKGTEST_TMP}
done