[Python-modules-commits] [twisted] 02/10: Add basic autopkgtest checks

Free Ekanayaka freee at moszumanska.debian.org
Fri Oct 21 10:09:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

freee pushed a commit to branch master
in repository twisted.

commit 497c8c27f4af01d63e11b7ad81b51b49ce6b5aa9
Author: Free Ekanayaka <freee at debian.org>
Date:   Thu Oct 20 16:59:52 2016 +0200

    Add basic autopkgtest checks
---
 debian/tests/control     | 2 ++
 debian/tests/smoketest-2 | 6 ++++++
 debian/tests/smoketest-3 | 6 ++++++
 3 files changed, 14 insertions(+)

diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..5efbdfc
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: smoketest-2 smoketest-3
+Depends: @
diff --git a/debian/tests/smoketest-2 b/debian/tests/smoketest-2
new file mode 100644
index 0000000..a4642e6
--- /dev/null
+++ b/debian/tests/smoketest-2
@@ -0,0 +1,6 @@
+#!/usr/bin/python
+
+import sys
+import twisted
+
+sys.exit(0)
diff --git a/debian/tests/smoketest-3 b/debian/tests/smoketest-3
new file mode 100644
index 0000000..a834d12
--- /dev/null
+++ b/debian/tests/smoketest-3
@@ -0,0 +1,6 @@
+#!/usr/bin/python3
+
+import sys
+import twisted
+
+sys.exit(0)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/twisted.git



More information about the Python-modules-commits mailing list