File: run-tests

package info (click to toggle)
sqlite-utils 4.0~a0-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,320 kB
  • sloc: python: 14,310; makefile: 33; ansic: 26; javascript: 21; sh: 5
file content (6 lines) | stat: -rwxr-xr-x 156 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/sh
set -e
cp -r docs tests "$AUTOPKGTEST_TMP/" && cd "$AUTOPKGTEST_TMP"
for py in $(py3versions -s); do
    $py -Wd -m pytest -v -x tests 2>&1;
done