File: python3-deap

package info (click to toggle)
deap 1.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,372 kB
  • sloc: python: 9,874; ansic: 1,054; cpp: 592; javascript: 153; makefile: 95; sh: 7
file content (11 lines) | stat: -rwxr-xr-x 181 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e -u

cp -a tests/ "$AUTOPKGTEST_TMP"

# Run build-time tests
for py in $(py3versions -s 2> /dev/null)
do
    echo "Run test using ${py}"
    ${py} -m pytest -v
done