[med-svn] [Git][med-team/python-gtfparse][master] 3 commits: Add autopkgtests

Shruti Sridhar (@shruti_sridhar) gitlab at salsa.debian.org
Sat Jul 31 07:07:31 BST 2021



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 <shruti.sridhar99 at gmail.com>  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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210731/3eeea14f/attachment-0001.htm>


More information about the debian-med-commit mailing list