File: python3-imapclient

package info (click to toggle)
python-imapclient 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 668 kB
  • sloc: python: 5,355; sh: 14; makefile: 11
file content (11 lines) | stat: -rw-r--r-- 172 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -eu

cp -r tests "$AUTOPKGTEST_TMP/"

cd "$AUTOPKGTEST_TMP"

for python in $(py3versions -s); do
	PYTHONWARNINGS=d $python -m unittest discover -v 2>&1
done