File: python3-sqlparse

package info (click to toggle)
sqlparse 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 524 kB
  • ctags: 564
  • sloc: python: 4,178; sql: 136; makefile: 114; 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