File: unittests-default

package info (click to toggle)
python-keyczar 0.716%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 912 kB
  • ctags: 638
  • sloc: python: 3,134; makefile: 33; sh: 4
file content (11 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# Run python-keyczar unit tests using the default Python version. Assumes
# $ADTTMP is set, see /usr/share/doc/autopkgtest/README.package-tests.rst.gz
set -e


# We just copy the entire test suite to the $ADTTMP directory and run the
# tests from within there.
cp -r tests testdata "$ADTTMP"
cd "$ADTTMP"/tests/keyczar_tests
python alltests.py