File: run-unit-test

package info (click to toggle)
python3-typed-ast 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,824 kB
  • sloc: ansic: 31,522; python: 4,215; sh: 65; makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 151 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh -e

pkg=typed_ast
if [ "$ADTTMP" = "" ] ; then
	ADTTMP=$(mktemp -d /tmp/${pkg}-test.XXXXXX)
fi
cd "$ADTTMP"
python3 -m pytest --pyarg ${pkg}