File: run-tests

package info (click to toggle)
python-logi-circle 0.2.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 340 kB
  • sloc: python: 1,686; xml: 16; sh: 5; makefile: 4
file content (6 lines) | stat: -rwxr-xr-x 232 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh
set -e
cp -r test* "$AUTOPKGTEST_TMP/" && cd "$AUTOPKGTEST_TMP"
for py in $(py3versions -s); do
$py -Wd -m pytest -v -k "not test_set_config_valid and not test_set_config_valid  and not test_set_config_valid" -x 2>&1
done