File: gnome-keyring

package info (click to toggle)
python-secretstorage 2.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 260 kB
  • ctags: 150
  • sloc: python: 636; sh: 8; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 247 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -eu
cp -r tests "$ADTTMP"
cd "$ADTTMP"

export XDG_RUNTIME_DIR="$ADTTMP"

for python in $(pyversions -i) $(py3versions -i); do
    echo "Testing with $python..."
    dbus-run-session -- $python -m unittest discover -v -s tests
done