File: unittests

package info (click to toggle)
python-mox 0.5.3-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 292 kB
  • sloc: python: 2,670; makefile: 7; sh: 5
file content (9 lines) | stat: -rwxr-xr-x 162 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh

echo "Test that the unittests work against the installed package"

set -e

cp mox_test.py mox_test_helper.py "$ADTTMP"
cd "$ADTTMP"
python mox_test.py