[SCM] Git repository for devscripts branch, master, updated. v2.12.0-26-g0f4cc95
Benjamin Drung
bdrung at debian.org
Sat Aug 4 10:05:02 UTC 2012
The following commit has been merged in the master branch:
commit f024fe7cd10b65747cd7c765c6ff8f1e2e5d1ebd
Author: Benjamin Drung <bdrung at debian.org>
Date: Sat Aug 4 11:52:24 2012 +0200
Drop the unused test_help blacklist.
diff --git a/scripts/devscripts/test/test_help.py b/scripts/devscripts/test/test_help.py
index 4f0c9bf..da324fe 100644
--- a/scripts/devscripts/test/test_help.py
+++ b/scripts/devscripts/test/test_help.py
@@ -24,8 +24,6 @@ import time
import setup
from devscripts.test import unittest
-BLACKLIST = {
-}
TIMEOUT = 5
def load_tests(loader, tests, pattern):
@@ -44,9 +42,6 @@ class HelpTestCase(unittest.TestCase):
@classmethod
def make_help_tester(cls, script):
def tester(self):
- if script in BLACKLIST:
- raise unittest.SkipTest("Blacklisted: " + BLACKLIST[script])
-
null = open('/dev/null', 'r')
process = subprocess.Popen(['./' + script, '--help'],
close_fds=True, stdin=null,
--
Git repository for devscripts
More information about the devscripts-devel
mailing list