Shruti Sridhar pushed to branch master at Debian Med / python-leidenalg
Commits: 305077b0 by Shruti Sridhar at 2021-06-05T16:01:19+05:30 Add autopkgtests - - - - - a76312a7 by Shruti Sridhar at 2021-06-05T16:01:35+05:30 Update changelog - - - - - 5 changed files: - + debian/README.test - debian/changelog - + debian/docs - + debian/tests/control - + debian/tests/run-unit-test Changes: ===================================== debian/README.test ===================================== @@ -0,0 +1,12 @@ +Notes on how this package can be tested. +──────────────────────────────────────── + +This package can be tested by running the provided test: + + sh run-unit-test + +in order to confirm its integrity. + + + + ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +python-leidenalg (0.8.4-2) UNRELEASED; urgency=medium + + * Team Upload. + * Add autopkgtests + + + -- Shruti Sridhar <[email protected]> Sat, 05 Jun 2021 15:49:41 +0530 + python-leidenalg (0.8.4-1) unstable; urgency=medium * Team Upload. ===================================== debian/docs ===================================== @@ -0,0 +1,2 @@ +README.rst +debian/README* ===================================== debian/tests/control ===================================== @@ -0,0 +1,3 @@ +Tests: run-unit-test +Depends: @, python3-pytest, python3-ddt +Restrictions: allow-stderr ===================================== debian/tests/run-unit-test ===================================== @@ -0,0 +1,15 @@ +#!/bin/bash +set -e + +for py in $(py3versions -r 2> /dev/null) +do + + $py -m pytest -v + +done + + + + + + View it on GitLab: https://salsa.debian.org/med-team/python-leidenalg/-/compare/77f21ef57a5da9fdf7b3444241b8755076788f1c...a76312a77778349e96a640ce53d96acb18f879d6 -- View it on GitLab: https://salsa.debian.org/med-team/python-leidenalg/-/compare/77f21ef57a5da9fdf7b3444241b8755076788f1c...a76312a77778349e96a640ce53d96acb18f879d6 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
