File: unittests

package info (click to toggle)
python-futurist 3.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 460 kB
  • sloc: python: 2,101; makefile: 21; sh: 4
file content (8 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

export OSLO_PACKAGE_VERSION=$(dpkg-parsechangelog -SVersion | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~git.*//' -e 's/~/.0/' -e 's/+dfsg1//' -e 's/+ds1//' | head -n 1)

pkgos-dh_auto_install --no-py2 --in-tmp
pkgos-dh_auto_test --no-py2 'futurist\.tests\.(?!.*test_executors\.TestRejection\.test_rejection.*)'