[med-svn] [Git][med-team/mirtop][master] 2 commits: Add autopkgtests

Shruti Sridhar (@shruti_sridhar) gitlab at salsa.debian.org
Wed Jun 30 16:18:47 BST 2021



Shruti Sridhar pushed to branch master at Debian Med / mirtop


Commits:
502e921b by Shruti Sridhar at 2021-06-30T20:46:27+05:30
Add autopkgtests

- - - - -
069d982d by Shruti Sridhar at 2021-06-30T20:47:23+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,10 @@
+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,17 @@
+mirtop (0.4.23-1) UNRELEASED; urgency=medium
+
+  [ Matúš Kalaš ]
+  * Update citations
+  * Fixed citations
+  * Added biotoolsID
+  * Pretty-printed metadata & removed double-quotes
+
+  [ Shruti Sridhar ]
+  * team Upload.
+  * Add autopkgtests
+
+ -- Shruti Sridhar <shruti.sridhar99 at gmail.com>  Wed, 30 Jun 2021 20:46:37 +0530
+
 mirtop (0.4.23-1) unstable; urgency=medium
 
   * New upstream version


=====================================
debian/docs
=====================================
@@ -0,0 +1,3 @@
+README.md
+debian/README*
+debian/tests/run-unit-test


=====================================
debian/tests/control
=====================================
@@ -0,0 +1,3 @@
+Tests: run-unit-test
+Depends: @, python3-nose, samtools, bedtools, seqan-apps
+Restrictions: allow-stderr


=====================================
debian/tests/run-unit-test
=====================================
@@ -0,0 +1,8 @@
+#!/bin/bash
+set -e
+for py in $(py3versions -r 2> /dev/null)
+
+    do echo "Testing with $py in $(pwd):"
+    nosetests3 -v
+    
+done
\ No newline at end of file



View it on GitLab: https://salsa.debian.org/med-team/mirtop/-/compare/067fae594f2c51cbfd163090010d121db63711d2...069d982d44f2e430141fd3ac86eaf42c19066d0f

-- 
View it on GitLab: https://salsa.debian.org/med-team/mirtop/-/compare/067fae594f2c51cbfd163090010d121db63711d2...069d982d44f2e430141fd3ac86eaf42c19066d0f
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/20210630/5a04c12e/attachment-0001.htm>


More information about the debian-med-commit mailing list