Shruti Sridhar pushed to branch master at Debian Med / python-gtfparse
Commits: 8d9dbc63 by Shruti Sridhar at 2021-07-31T11:30:22+05:30 Add autopkgtests - - - - - 8d8ae957 by Shruti Sridhar at 2021-07-31T11:30:37+05:30 Install docs - - - - - b7bca88d by Shruti Sridhar at 2021-07-31T11:36:19+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,11 @@ +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-gtfparse (1.2.1+ds-2) UNRELEASED; urgency=medium + + * Team Upload. + * Add autopkgtests + * Install docs + + -- Shruti Sridhar <[email protected]> Sat, 31 Jul 2021 11:31:49 +0530 + python-gtfparse (1.2.1+ds-1) unstable; urgency=medium [ Steffen Moeller, Nilesh Patra ] ===================================== debian/docs ===================================== @@ -0,0 +1,4 @@ +README.md +debian/README* +debian/tests/run-unit-test + ===================================== 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-gtfparse/-/compare/4a4e18304958a35e7e98b69399f807a417a889bb...b7bca88dce5fdec4b82e1cb1f5928da4c83db413 -- View it on GitLab: https://salsa.debian.org/med-team/python-gtfparse/-/compare/4a4e18304958a35e7e98b69399f807a417a889bb...b7bca88dce5fdec4b82e1cb1f5928da4c83db413 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
