[med-svn] [Git][med-team/atropos][master] add autopkgtest

Mohd Bilal (@mdb571) gitlab at salsa.debian.org
Mon Apr 4 17:53:41 BST 2022



Mohd  Bilal pushed to branch master at Debian Med / atropos


Commits:
18808ed7 by Mohammed Bilal at 2022-04-04T16:42:09+00:00
add autopkgtest

- - - - -


2 changed files:

- + debian/tests/control
- + debian/tests/run-unit-test


Changes:

=====================================
debian/tests/control
=====================================
@@ -0,0 +1,3 @@
+Tests: run-unit-test
+Depends: @, python3-all, python3-dev, python3-setuptools
+Restrictions: allow-stderr


=====================================
debian/tests/run-unit-test
=====================================
@@ -0,0 +1,12 @@
+#!/bin/bash
+set -e
+
+pkg=atropos
+
+
+for py in $(py3versions -s 2> /dev/null)
+do
+	$py setup.py build_ext --inplace
+	$py -m pytest -v
+done
+



View it on GitLab: https://salsa.debian.org/med-team/atropos/-/commit/18808ed7987f92face98a839bd945154ed39bf3d

-- 
View it on GitLab: https://salsa.debian.org/med-team/atropos/-/commit/18808ed7987f92face98a839bd945154ed39bf3d
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/20220404/169f562c/attachment.htm>


More information about the debian-med-commit mailing list