[Python-modules-commits] [fuzzywuzzy] 01/01: add autopkgtest testsuite

Edward Betts edward at moszumanska.debian.org
Tue Nov 10 17:56:30 UTC 2015


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

edward pushed a commit to branch master
in repository fuzzywuzzy.

commit 728b5b9ddbaee0ce99b562fcd1f970af0eb918a1
Author: Edward Betts <edward at 4angle.com>
Date:   Tue Nov 10 17:55:59 2015 +0000

    add autopkgtest testsuite
---
 debian/tests/control            | 3 +++
 debian/tests/python-fuzzywuzzy  | 2 ++
 debian/tests/python3-fuzzywuzzy | 2 ++
 3 files changed, 7 insertions(+)

diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..b770596
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+Tests: python-fuzzywuzzy
+
+Tests: python3-fuzzywuzzy
diff --git a/debian/tests/python-fuzzywuzzy b/debian/tests/python-fuzzywuzzy
new file mode 100755
index 0000000..c234bc8
--- /dev/null
+++ b/debian/tests/python-fuzzywuzzy
@@ -0,0 +1,2 @@
+#!/bin/sh
+python test_fuzzywuzzy.py 2>&1
diff --git a/debian/tests/python3-fuzzywuzzy b/debian/tests/python3-fuzzywuzzy
new file mode 100755
index 0000000..41b7da8
--- /dev/null
+++ b/debian/tests/python3-fuzzywuzzy
@@ -0,0 +1,2 @@
+#!/bin/sh
+python3 test_fuzzywuzzy.py 2>&1

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



More information about the Python-modules-commits mailing list