Andreas Tille pushed to branch master at Debian Med / python-pyani
Commits: c007d560 by Sao I Kuan at 2020-03-20T17:19:34+09:00 Add Testsuite: autopkgtest-pkg-python - - - - - ab5a243d by Sao I Kuan at 2020-03-20T18:13:11+09:00 Add test script for autopkgtest - - - - - d91f62fd by Andreas Tille at 2020-03-20T21:06:28+00:00 Merge branch 'master' into 'master' Add autopkgtest See merge request med-team/python-pyani!1 - - - - - 4 changed files: - debian/changelog - debian/control - + debian/tests/control - + debian/tests/run-unit-test Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +python-pyani (0.2.10-2) UNRELEASED; urgency=medium + + * Add Testsuite: autopkgtest-pkg-python + * Add test script for autopkgtest + + -- Sao I Kuan <[email protected]> Fri, 20 Mar 2020 17:21:22 +0900 + python-pyani (0.2.10-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -19,6 +19,7 @@ Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/python-pyani Vcs-Git: https://salsa.debian.org/med-team/python-pyani.git Homepage: https://github.com/widdowquinn/pyani +Testsuite: autopkgtest-pkg-python Package: python3-pyani Architecture: any ===================================== debian/tests/control ===================================== @@ -0,0 +1,3 @@ +Tests: run-unit-test +Depends: @, python3-nose +Restrictions: allow-stderr ===================================== debian/tests/run-unit-test ===================================== @@ -0,0 +1,6 @@ +#!/bin/bash +set -e +for py in $(py3versions -r 2> /dev/null) +do echo "Testing with $py in $(pwd):" + nosetests3 -v +done View it on GitLab: https://salsa.debian.org/med-team/python-pyani/-/compare/cd7f6101c131079eacb998829371b4a0b9b26053...d91f62fd495a0431f018648658e37768563db067 -- View it on GitLab: https://salsa.debian.org/med-team/python-pyani/-/compare/cd7f6101c131079eacb998829371b4a0b9b26053...d91f62fd495a0431f018648658e37768563db067 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
