]> arthur.barton.de Git - bup.git/blob - pytest
README: reflect report that WSL works fine
[bup.git] / pytest
1 #!/bin/sh
2
3 set -eu
4
5 script_home="$(cd "$(dirname "$0")" && pwd -P)"
6 testlibdir="$script_home/test/lib"
7
8 export PYTHONPATH="$testlibdir${PYTHONPATH:+:$PYTHONPATH}"
9 exec dev/bup-python -m pytest -v -m 'not release' "$@"