File: python3-sqlparse

package info (click to toggle)
sqlparse 0.4.2-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 688 kB
  • sloc: python: 4,851; sql: 159; makefile: 108; sh: 19
file content (8 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

cp -R tests "$AUTOPKGTEST_TMP"
2to3 -w "$AUTOPKGTEST_TMP/tests"
cd "$AUTOPKGTEST_TMP"

py.test-3 tests