File: python-unittests

package info (click to toggle)
re2 20240702-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,128 kB
  • sloc: cpp: 20,696; python: 1,321; makefile: 354; sh: 247; perl: 224; javascript: 23
file content (10 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -eux

cp python/re2_test.py ${AUTOPKGTEST_TMP}
cd ${AUTOPKGTEST_TMP}

for py in $(py3versions -s); do
	$py re2_test.py
done