[med-svn] [Git][med-team/pychopper][master] 2 commits: Add autopkgtest
Nilesh Patra
gitlab at salsa.debian.org
Sun Aug 30 10:30:59 BST 2020
Nilesh Patra pushed to branch master at Debian Med / pychopper
Commits:
51ff5cef by Nilesh Patra at 2020-08-30T14:57:27+05:30
Add autopkgtest
- - - - -
4eb8495f by Nilesh Patra at 2020-08-30T15:00:28+05:30
Update changelog
- - - - -
3 changed files:
- debian/changelog
- + debian/tests/control
- + debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+pychopper (2.4.0-3) unstable; urgency=medium
+
+ * Team Upload.
+ * Add autopkgtest
+
+ -- Nilesh Patra <npatra974 at gmail.com> Sun, 30 Aug 2020 14:59:38 +0530
+
pychopper (2.4.0-2) unstable; urgency=medium
* Team upload.
=====================================
debian/tests/control
=====================================
@@ -0,0 +1,3 @@
+Tests: run-unit-test
+Depends: @, python3-all, python3-pytest
+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
+ $py -m pytest -v
+done
+
View it on GitLab: https://salsa.debian.org/med-team/pychopper/-/compare/6928a2959b27148eacaed42cd45a735f48c837c1...4eb8495f9969f4793c464c46820f916ee2efd337
--
View it on GitLab: https://salsa.debian.org/med-team/pychopper/-/compare/6928a2959b27148eacaed42cd45a735f48c837c1...4eb8495f9969f4793c464c46820f916ee2efd337
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/20200830/f0e20865/attachment-0001.html>
More information about the debian-med-commit
mailing list