DEBSOURCES
Skip Quicknav
sources / python-jsonrpc-async / 2.1.2-3 / debian / tests / run-tests
123456
#!/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 tests.py -x 2>&1 done