File: python3-smoketest

package info (click to toggle)
liblarch 3.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 428 kB
  • sloc: python: 4,141; makefile: 26; sh: 6
file content (12 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

cd "$AUTOPKGTEST_TMP"
cat > test.py << EOF
#!/usr/bin/python3

from liblarch import API


print('Current liblarch version: %s' % API)
EOF
python3 test.py