summaryrefslogtreecommitdiff
path: root/python/qpid-python-test
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2010-02-05 15:27:54 +0000
committerRafael H. Schloming <rhs@apache.org>2010-02-05 15:27:54 +0000
commit4799ff20244f1313f15e34ca60f1ed06d81c232a (patch)
tree59dce384109d34c1e7c2e01f5383843099c37e57 /python/qpid-python-test
parent9221f274a6a9b05802f4bd5403425d02ffc84133 (diff)
downloadqpid-python-4799ff20244f1313f15e34ca60f1ed06d81c232a.tar.gz
moved tests/*.py underneath qpid/tests/*.py
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@906969 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid-python-test')
-rwxr-xr-xpython/qpid-python-test4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/qpid-python-test b/python/qpid-python-test
index 5aedcb68ea..f7955a4a9d 100755
--- a/python/qpid-python-test
+++ b/python/qpid-python-test
@@ -107,7 +107,7 @@ if not includes:
if opts.modules:
includes.append("*")
else:
- includes.extend(["qpid.tests.*", "tests.*"])
+ includes.extend(["qpid.tests.*"])
def is_ignored(path):
for p in excludes:
@@ -512,7 +512,7 @@ class Harness:
modules = opts.modules
if not modules:
- modules.extend(["qpid.tests", "tests"])
+ modules.extend(["qpid.tests"])
h = Harness()
for name in modules:
m = __import__(name, None, None, ["dummy"])