File: python3-libxmp

package info (click to toggle)
python-xmp-toolkit 2.0.1%2Bgit20140309.5437b0a-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,572 kB
  • ctags: 601
  • sloc: python: 2,889; makefile: 62; sh: 12
file content (6 lines) | stat: -rwxr-xr-x 158 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh
set -e -u
export PYTHONWARNINGS=d
cp -a test/ "$ADTTMP"
cd "$ADTTMP"
py3versions -i | tr ' ' '\n' | xargs -I {} env {} -m unittest discover -v 2>&1