File: unit-tests-py3

package info (click to toggle)
python-padme 1.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 400 kB
  • sloc: python: 1,347; makefile: 149; sh: 4
file content (10 lines) | stat: -rwxr-xr-x 256 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# autopkgtest check: run padme unit tests and ensure everything passes
# (C) 2015 Canonical Ltd.
# Author: Zygmunt Krynicki <zygmunt.krynicki@canonical.com> 

set -e

cd $AUTOPKGTEST_TMP
python3 -m unittest padme.tests 2>&1
echo "unit-tests: OK"