File: run-tests

package info (click to toggle)
python-ttn-client 1.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: python: 493; sh: 13; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 196 bytes parent folder | download
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 --asyncio-mode=auto -k "not test_connection_auth_error" -x 2>&1
done