File: python3-sqlparse

package info (click to toggle)
sqlparse 0.1.13-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 488 kB
  • ctags: 523
  • sloc: python: 3,973; sql: 124; makefile: 110; sh: 23
file content (8 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

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

py.test-3 tests