DEBSOURCES
Skip Quicknav
sources / python-truststore / 0.10.4-1 / debian / tests / unittests
123456789
#!/bin/sh set -efu cp -a pyproject.toml tests $AUTOPKGTEST_TMP cd $AUTOPKGTEST_TMP for py in $(py3versions -s); do $py -m pytest tests/ done