File: unit-tests-py3

package info (click to toggle)
python-morris 1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: python: 378; makefile: 150; sh: 4
file content (10 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# autopkgtest check: run morris 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 morris.test_morris 2>&1
echo "unit-tests: OK"