File: unittests

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

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

set -e

cp -a mox_test.py mox_test_helper.py test_helpers "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
python3 mox_test.py