File: unittest

package info (click to toggle)
bdebstrap 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 312 kB
  • sloc: python: 1,736; sh: 125; makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 192 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh
set -eu

cp -r examples .pylintrc pyproject.toml tests "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
ln -sf /usr/bin/bdebstrap bdebstrap.py
SKIP_LINTERS=1 python3 -m unittest discover -v