File: unit-tests-py2

package info (click to toggle)
python-morris 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 268 kB
  • ctags: 144
  • sloc: python: 378; makefile: 149; sh: 8
file content (10 lines) | stat: -rw-r--r-- 254 bytes parent folder | download
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 $ADTTMP
python -m unittest morris.test_morris 2>&1
echo "unit-tests: OK"