mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
d/t/control: change to test with flake8 and nosetests
Signed-off-by: Dan Streetman <ddstreet@canonical.com>
This commit is contained in:
parent
d464c1ffe8
commit
6698b70f98
9
debian/tests/control
vendored
9
debian/tests/control
vendored
@ -1,4 +1,7 @@
|
||||
Test-Command: set -ex ; for i in $(py3versions -s) ; do "$i" setup.py test; done
|
||||
Depends:
|
||||
@builddeps@,
|
||||
Test-Command: flake8 -v --max-line-length=99 --extend-exclude=ubuntu-archive-assistant,ubuntu_archive_assistant
|
||||
Depends: flake8
|
||||
Restrictions: allow-stderr
|
||||
|
||||
Test-Command: nosetests3 -v ubuntutools --with-coverage --cover-package=ubuntutools ubuntutools
|
||||
Depends: python3-nose, python3-nose-cov, python3-setuptools, @
|
||||
Restrictions: allow-stderr
|
||||
|
Loading…
x
Reference in New Issue
Block a user